STRING TRIM TAIL
Revision as of 17:52, 7 April 2008 by Karzita Zabaleta (talk | contribs) (New page: {{LSL Constant |name=STRING_TRIM_TAIL |type=integer |value=0x02 |desc=Trim spaces off the end |examples |functions= {{LSL DefineRow||llStringTrim|}} |events |cat1 |cat2 |cat3 |cat4 |se...)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer STRING_TRIM_TAIL = 0x02;The integer constant STRING_TRIM_TAIL has the value 0x02
Trim spaces off the end
Caveats
Related Articles
Functions
• | llStringTrim |