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

FrameOverflow
Syntax
FrameOverflow();
Description
In the output frame only. Generates a new page. If called from a Before Script, the current block is the first block on the next page; if called from an After Script, the current block is the last block on the current page.
Note:
You cannot use the script functions NewPage or FrameOverflow when using the MultiPage function in PageOUT.
Returns
N/A
Example
if(num($count)=10)
{
frameoverflow();
}
OpenText StreamServe 5.6 Updated: 2013-03-01