Script functions reference > Script functions in alphabetical order > L > LastBlockOnPage

LastBlockOnPage
Syntax
LastBlockOnPage();
Description
Determines if the current block is the last block in a frame on each page.
Note:
Returns
1
0
Example
$lb=lastblockonpage();
if(num($lb)=1)
{
$end=1;
}
OpenText StreamServe 5.6 Updated: 2013-03-01