Jump to content

sending list to another script


steph Arnott
 Share

You are about to reply to a thread that has been inactive for 4150 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

and to get a list againmyList = llParseString2List(data, ["|"], [])

That will produce a list of strings.   If you want the original types back you will need to do some conversions.

list_cast makes intelligent guesses and gets it right nearly all of the time, but will turn strings of digits into numbers, and skips entirely anything enclosed in angle-brackets except a vector or rotation (there is a fix for the latter).

 

 

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4150 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...