Printing text
To print text using Boca printer commands, simply type the beginning delimiter, the VFP command alltrim(), followed by an open parenthesis, a double quote, the font rotation, row and column, font style, character height and width, a closing double quote, a closing parenthesis, a plus symbol (+), the VFP expression(s), custom function(s), table field(s) and/or literal string(s), followed by an ending delimiter.
Example:
<|alltrim("<RR><RC45,1075><F6><HW1,1>") + DAILYCODE (ctod(tmp_date))|>
The Boca printer prints the end result of the VFP expression, custom function and table fields using the specified printer commands.