Skip to content

llInsertString

Function Syntax
string llInsertString(
  1. string TargetVariable,
  2. integer Position,
  3. 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.