Difference between revisions of "StringLen"
Jump to navigation
Jump to search
Added note
imported>Speedo (New page: {{Beta}} A command for Pluggy. '''Syntax:''' (Length:long) StringLen StringID:long ''NewLength:long Global:short'' Returns or sets the string length. *If NewLeng...) |
imported>Haama (Added note) |
||
Line 12: | Line 12: | ||
**If you want to modify a string from another mod, you will need to set the Global flag to 1. If Global is 0 or unset the function will fail. If the string is protected the function will fail. | **If you want to modify a string from another mod, you will need to set the Global flag to 1. If Global is 0 or unset the function will fail. If the string is protected the function will fail. | ||
*If the string does not exist, it returns -1. | *If the string does not exist, it returns -1. | ||
==Notes== | |||
*To effectively clear out a string without destroying and recreating, set the length to 0. | |||
StringLen StringID 0 | |||
[[Category: Functions (Pluggy)]] | [[Category: Functions (Pluggy)]] | ||
[[Category: String Functions (Pluggy)]] | [[Category: String Functions (Pluggy)]] |