Printing text
To print text using Cognitive commands, type the font style, font size, boldness, character spacing, rotation, column, row, a space, the beginning delimiter, the VFP expression(s), custom function(s), field(s) and/or literal string(s), followed by an ending delimiter, as in the example below.
U B40 (2, 4, 0) 100 10 <| alltrim(tmp_oper)+' '+dtoc(date())+' '+alltrim(FOP())+
' '+alltrim(str(tmp_ext/tmp_qty,9,2))|>
The Cognitive prints the end result of the VFP expression, custom function and table fields using the specified printer commands.