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


Chapter 3 Tools : $PRINTLINE

$PRINTLINE
Prints a string. (C)
Invocation
CALL $PRINTLINE(text)
 
The character string to print. Its syntax can be C (fixed-length character string), V (variable-length character string), or W (double-byte character).
Usage Notes

Exceptions
 
Example
The following rule prints a line to the message log:

 
PRINTLINE_1;
_
_ ---------------------------------------------------------------------------
_ ------------------------------------------------------------+--------------
_ CALL $SETPRINT(10, 70, 1, 'SCR', 'N'); | 1
_ CALL $PRINTLINE('THIS LINE IS PRINTED TO THE MESSAGE LOG'); | 2
_ ---------------------------------------------------------------------------

 
Displayed Output from $PRINTLINE_1
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