Script functions reference > Script functions in alphabetical order > F > FirstBlockOnPage

FirstBlockOnPage
Syntax
FirstBlockOnPage();
Description
Determines if the current block is the first of its kind in a frame on each page. This function is not useful during the pre-process phase, where it always returns 0.
Returns
1
0
Example
$fp=FirstBlockOnPage();
if(num($fp)=1)
{
$var=1
}
OpenText StreamServe 5.6 Updated: 2013-03-01