LastBlockOnPage Syntax LastBlockOnPage(); Description Determines if the current block is the last block in a frame on each page. Note: This function is not useful during the pre-process phase, where it always returns 0. Returns 1 True 0 False Example $lb=lastblockonpage();if(num($lb)=1){ $end=1;}
LastBlockOnPage();
1
0
$lb=lastblockonpage();if(num($lb)=1){ $end=1;}