Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Tools : $PUTLINE

$PUTLINE
Prints the current line constructed by $PRINTFIELD. (C)
Invocation
CALL $PUTLINE
Usage Notes

Exceptions
 
Example
The following rule constructs a string using $PRINTFIELD and then prints it to the message log:

 
PUTLINE_1;
_
_ ------------------------------------------------------------------------
_ ------------------------------------------------------------+-----------
_ CALL $SETPRINT(10, 70, 1, 'SCR', 'N'); | 1
_ CALL $PRINTFIELD( | 2
_ 'THIS LINE IS PRINTED TO THE MESSAGE LOG', 1, 70, '*', |
_ 'C'); |
_ CALL $PUTLINE; | 3
_ ------------------------------------------------------------------------

 
Resulting Output
Pressing PF2 after executing this rule displays the following screen:

 
------------------------- INFORMATIONAL MESSAGE LOG -----------------
COMMAND ===> SCROLL ===> P
------------------------------ NEW PAGE ------------------------------
Page 1
***************THIS LINE IS PRINTED TO THE MESSAGE LOG****************

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved