[String_Insert] takes three parameters: a string, a -Text keyword/value parameter which defines the text to be inserted, and a -Position parameter which defines the offset into the string at which to insert the text. Returns a new string with the specified text inserted at the specified location.
string_insert('string value',
-position=position,
-text='string value')
Use the [String_Insert] tag. The following example inserts the word "quick" into the string in between the first two words.
Code
string_insert('the brown fox jumped over the lazy dog', -position=5, -text='quick ')
Result
The quick brown fox jumped over the lazy dog
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