Difference between revisions of "LlInsertString"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=96|func_sleep=0.0|func_energy=10.0|func=llInsertString|return_type=string|p1_type=string|p1_name=dst|p2_type=integer|p2_name=position|p3_type=string|p3_name=src|func_footnote=inserts src into dst at position and returns the result|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|func_id=96|func_sleep=0.0|func_energy=10.0
|func=llInsertString|return_type=string|p1_type=string|p1_name=dst|p2_type=integer|p2_name=position|p3_type=string|p3_name=src
|func_footnote
|func_desc
|return_text='''dst''' with '''src''' inserted starting at '''position'''.
|spec
|caveats
|constants
|examples
|helpers
|also_functions=*{{LSLG|llDeleteSubString}}
*{{LSLG|llGetSubString}}
|also_events
|also_tests
|also_articles
|notes
|permission
|negative_index=false
|sort=InsertString
|cat1=String
|cat2
|cat3
|cat4
}}

Revision as of 07:49, 10 February 2007