llInsertString
string llInsertString(string TargetVariable, integer Position, string SourceVariable)Inserts SourceVariable into TargetVariable at Position, and returns the result.
Inserts SourceVariable into TargetVariable at Position and returns the result. Note this does not alter TargetVariable.
Parameters
-
TargetVariable(string) -
Position(integer) -
SourceVariable(string)
Examples
Section titled “Examples”Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related pages can be linked here