Predefined String Constants

 

 

WIL defines a few string constants that are handy for formatting and processing text data. These start with the @-sign, and are case-insensitive.

 

@CRLF

0x13,0x10 cr,lf 

 

@CR

0x13, cr 

 

@LF

0x10, lf 

 

@TAB

0x09 tab  

 

 

§         Constants

§         Predefined System Constants

§         Predefined Floating Point Constants

§         Predefined Dialog Constants

 

§         Reference

§         Step by step guide to learning WIL

§         Notes