LABEL.Printl()
LABEL.Printl()
Type: INSTANCE FUNCTION
Purpose: Prints the Label to the current Output.
The object created is printed in the form:
Tag <tab>LABEL <tab> Value <tab> Prompt
being appended to the output file. Most databases can resolve this into two fields by using the tab character as a field separator.
Usage: Label.Printl(Tag)
Tag | STRING | Optional. Used to print a different Tag than the one used in the call to “Object.” |
Comments are closed.