Don't click here unless you want to be banned.

LSL Wiki : formatSetText

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ec2-107-22-156-205.compute-1.amazonaws.com
//FORMAT MESSAGE

string fn_format_settext(string message)
{
     return llDumpList2String( llParseString2List(message, [gs_delim], []) , "\n");         
}
There is no comment on this page. [Display comments/form]