llInsertString
Function Syntax
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.