llInsertString
function ll.InsertString(TargetVariable: string, Position: number, SourceVariable: string): stringInserts 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(number) -
SourceVariable(string)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.InsertString().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llInsertString