Difference between revisions of "STRING TRIM"
Jump to navigation
Jump to search
(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...) |
|||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=0x03 | |value=0x03 | ||
|desc=Trim spaces off the beginning and the end. Equal to STRING_TRIM_HEAD | STRING_TRIM_TAIL | |desc=Trim spaces off the beginning and the end. Equal to <lsl>STRING_TRIM_HEAD | STRING_TRIM_TAIL</lsl> | ||
|examples | |examples | ||
|functions= | |functions= |
Revision as of 17:56, 7 April 2008
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 <lsl>STRING_TRIM_HEAD
Caveats
Related Articles
Functions
• | llStringTrim |