STRING TRIM

Description

Constant: integer STRING_TRIM = 0x03;

The integer constant STRING_TRIM has the value 0x03

Trim spaces off the beginning and the end. Equal to
STRING_TRIM_HEAD | STRING_TRIM_TAIL

Caveats


Related Articles

Functions

•  llStringTrim

Deep Notes

Search Canny for related Issues

Signature

integer STRING_TRIM = 0x03;