Script functions reference > Script functions in alphabetical order > L

L
LastBlockInst
Syntax
LastBlockInst();
Description
Determines if the current block is the last of its type.
Note:
Returns
1
0
Example
lastblockinst();
Where there are two block types in input, b1 and b2:
b10, b11, b12, b20, b13,b14
Result:
True (1) for b12, b20 and b14
In this example, b14 returns True (1) as it is separated from b12 by b20.
OpenText StreamServe 5.6 Updated: 2013-03-01