[SOLVED] LNAME - exctracting variables from stringed expression?
|
01-16-2017, 12:23 PM
Post: #3
|
|||
|
|||
RE: LNAME - exctracting variables from stringed expression?
You can also do:
Code: LNAME(EXPR("'"+L1(1)+"'")) In your case, with L1(1):="(C-A)", it will return {C,A} If you have to use it several times it may be interesting to create a small function such as: Code: EXPORT STR2EXPR(str) and just do: LNAME(STR2EXPR(L1(1))) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[SOLVED] LNAME - exctracting variables from stringed expression? - chromos - 01-16-2017, 09:34 AM
RE: LNAME - exctracting variables from stringed expression? - DrD - 01-16-2017, 11:41 AM
RE: [SOLVED] LNAME - exctracting variables from stringed expression? - Han - 01-16-2017, 02:46 PM
RE: LNAME - exctracting variables from stringed expression? - Didier Lachieze - 01-16-2017 12:23 PM
RE: LNAME - exctracting variables from stringed expression? - chromos - 01-16-2017, 12:38 PM
RE: [SOLVED] LNAME - exctracting variables from stringed expression? - DrD - 01-16-2017, 03:05 PM
RE: [SOLVED] LNAME - exctracting variables from stringed expression? - DrD - 01-16-2017, 03:33 PM
|
User(s) browsing this thread: