STRING TRIM
Revision as of 17:55, 7 April 2008 by Karzita Zabaleta (talk | contribs) (New page: {{LSL Constant |name=STRING_TRIM |type=integer |value=0x03 |desc=Trim spaces off the beginning and the end. Equal to STRING_TRIM_HEAD | STRING_TRIM_TAIL |examples |functions= {{LSL DefineR...)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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
Caveats
Related Articles
Functions
• | llStringTrim |