llStringPrintf, please
A llFunction that does something similar to sprintf would be really nice. Even just having the basic formatting options of %i, %s, %f, %x (and maybe a few more) would be great.
string llStringPrintf (string format, list args);
A llFunction that does something similar to sprintf would be really nice. Even just having the basic formatting options of %i, %s, %f, %x (and maybe a few more) would be great.
string llStringPrintf (string format, list args);
Vote (or argue against) at http://jira.secondlife.com/browse/SVC-3084 !
Those that are not familar with *printf might want to look through http://en.wikipedia.org/wiki/Printf first.
