STRING TRIM HEAD: Difference between revisions
Jump to navigation
Jump to search
New page: {{LSL Constant |name=STRING_TRIM_HEAD |type=integer |value=0x01 |desc=Trim spaces off the beginning |examples |functions= {{LSL DefineRow||llStringTrim|}} |events |cat1 |cat2 |cat3 |ca... |
(No difference)
|
Latest revision as of 18:50, 7 April 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer STRING_TRIM_HEAD = 0x01;The integer constant STRING_TRIM_HEAD has the value 0x01
Trim spaces off the beginning
Caveats
Related Articles
Functions
• | llStringTrim |