![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
CALL $SKIPLINE(count)
An integer specifying the number of lines to skip. It can take on values greater than or equal to 0 and less than or equal to 32767. Its syntax is B (binary) with length 2.The print arguments must be previously set with a call to $SETPRINT or $RESETPRINT before a call to $SKIPLINE.
Raised if count is less than zero.The following rule prints a line to the message log, skips five lines, and prints a second line to the message log:
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |