Post Reply 
string() function reverse
10-01-2017, 01:54 PM
Post: #4
RE: string() function reverse
(10-01-2017 01:43 PM)Didier Lachieze Wrote:  EXPR: Parses a string into a number or expression and returns the result evaluated.

For ex:
Code:
L1:={2,4,6,8,10}
STRING(L1)           -> "{2,4,6,8,10}"
EXPR("{2,4,6,8,10}") -> {2,4,6,8,10}

Yes, thank you Dider, that's exactly that.

BTW, I found that Connectivity Kit can not save/export user variables,
if you want to export your variable, you have to use built in ones (L0 to L9 for lists)
or use Notes trick, see below :
for example : Notes("myList_saved"):=STRING(mylist); -- Notes can be exported to windows with CK...
and then EXPR is needed to recover mylist:=EXPR(Notes("mylist_saved"));

primer
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
string() function reverse - primer - 10-01-2017, 12:46 PM
RE: string() function reverse - DrD - 10-01-2017, 01:39 PM
RE: string() function reverse - primer - 10-01-2017 01:54 PM



User(s) browsing this thread: 1 Guest(s)