Senuka Harbinger
A-Life, one bit at a time
Join date: 24 Oct 2005
Posts: 491
|
11-28-2005 10:14
I'm trying to transmit several pieces of info on a channel and want to transmit it all with a single llShout command. since the info will be given the format of "key//damage//hitlocation//heat" I should be able to seperate that info out using the "//" as my markers, right?
|
Lit Noir
Arrant Knave
Join date: 3 Jan 2004
Posts: 260
|
11-28-2005 10:31
Yep, ParseList2String or whatever the exact spelling is. Also keep in mind there is another version of the function that keeps nulls, the original ignores nulls, i.e. "a////b" returns ["a", "b"] in the original function and ["a", "", "b"] in the with nulls function.
|
Rickard Roentgen
Renaissance Punk
Join date: 4 Apr 2004
Posts: 1,869
|
11-29-2005 13:10
llParseString2List
|