[String_Remove] takes three parameters: a string, a -StartPosition keyword/value parameter, and an -EndPosition keyword/value parameter. Returns the string with the substring from -StartPosition to -EndPosition removed.
string_remove('String Value',
-startposition=Position,
-endposition=Position)
Use the [String_Remove] method. The following example removes five characters from the string, starting at position 5, and returns the resulting string.
Code
string_remove('LassoSoft', -startposition=5, -endposition=9)
Result
Lass
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments