Skip to content

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)

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here