Post Reply 
string() function reverse
10-01-2017, 01:43 PM
Post: #3
RE: string() function reverse
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}
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 - Didier Lachieze - 10-01-2017 01:43 PM
RE: string() function reverse - primer - 10-01-2017, 01:54 PM



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