formatToCPCL
Description
Formats a text to CPCL printer language.
Input / Parameter
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
text | The text to print. | String/Text | - | - | Yes |
Output
N/A
Callback
N/A
Video
Coming Soon.
Example
The user wants to format the text to print to CPCL printer language.
Steps
Set a variable
vPrint
usingsetVar
function.Call the function
btPrinterPrint
. Call the functionformatToCPCL
in thetext
parameter of the function to convert the text to CPCL format for printing.
Result
The text formatted to CPCL will be printed.
Links
Last updated