MsgFrameCountId(block);
block
In the following examples, the frame contains the blocks blkA, blkB, and blkC structured as shown in the figure below.
Example 68 The following script returns the number of blkB blocks in the frame:MsgFrameCountId("blkB"); //Returns 4MsgFrameCountId("blkA:1/blkB"); //Returns 2...$counter = 1;$blkBinA = MsgFrameCountId("blkA:" + $counter + "/blkB");$counter++;...
OpenText StreamServe 5.6 | Updated: 2013-03-01 |