L LastBlockInst Syntax LastBlockInst(); Description Determines if the current block is the last of its type. Note: Does not apply in the StreamServe pre-process phase. Returns 1 True 0 False 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.
LastBlockInst();
1
0
lastblockinst();
b10, b11, b12, b20, b13,b14