Difference between revisions of "STRING TRIM"
Jump to navigation
Jump to search
m (<lsl> tag to <source>) |
|||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=0x03 | |value=0x03 | ||
|desc=Trim spaces off the beginning and the end. Equal to < | |desc=Trim spaces off the beginning and the end. Equal to <source lang="lsl2">STRING_TRIM_HEAD | STRING_TRIM_TAIL</source> | ||
|examples | |examples | ||
|functions= | |functions= |
Latest revision as of 16:22, 23 January 2015
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
STRING_TRIM_HEAD | STRING_TRIM_TAIL
Caveats
Related Articles
Functions
• | llStringTrim |