How to get textbook display of an expression held in a string?
|
07-01-2015, 01:43 AM
Post: #2
|
|||
|
|||
RE: How to get textbook display of an expression held in a string?
If s is your string, then the following should work:
Code: EXPR("'" + s + "'") Code: EXPR("QUOTE(" + s + ")") |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to get textbook display of an expression held in a string? - BruceH - 07-01-2015, 12:59 AM
RE: How to get textbook display of an expression held in a string? - Didier Lachieze - 07-01-2015 01:43 AM
RE: How to get textbook display of an expression held in a string? - BruceH - 07-01-2015, 10:37 PM
RE: How to get textbook display of an expression held in a string? - Didier Lachieze - 07-02-2015, 03:54 AM
|
User(s) browsing this thread: 1 Guest(s)