OsFormatString
From OpenSimulator
(Difference between revisions)
m |
m |
||
Line 2: | Line 2: | ||
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}''' | | colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}''' | ||
|- valign="top" | |- valign="top" | ||
− | |'''Threat Level''' || | + | |'''Threat Level''' || Low |
|- valign="top" | |- valign="top" | ||
Line 28: | Line 28: | ||
[[Category:OSSL Functions]] | [[Category:OSSL Functions]] | ||
− |
Revision as of 12:25, 11 June 2011
OsFormatString | |
Threat Level | Low |
Function Syntax | string osFormatString(string format,list params) |
Example(s) | // //osFormatString() example, by Tom Earth. // default { state_entry() { string to_format = "My name is {0}. My owner is {1}. I am in the sim {2}"; list format = [llGetObjectName(),llKey2Name(llGetOwner()),llGetRegionName()]; llOwnerSay(osFormatString(to_format, format)); } } |
<Additional info/content goes here>