Post Reply 
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 + "'")
or
Code:
EXPR("QUOTE(" + s + ")")
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to get textbook display of an expression held in a string? - Didier Lachieze - 07-01-2015 01:43 AM



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