News:

Welcome on our forum!

Main Menu

How to concatenate string to item value

Started by ccdr, August 09, 2018, 05:57:47 AM

Previous topic - Next topic

ccdr

Hello
I'm going to concatenate a string say {" to certain parsed item of floating type using Expression plugin.
How to make up the expression escaping the " symbol? Should I need to explicitly cast floating type to string type?
NEW_ITEM = "{""+ITEM, correct?
Thanks

Arthur Grasin

If you like my work, please take a few seconds and add feedback about our site or our software [here]

ccdr

Quote from: Arthur Grasin on August 09, 2018, 06:24:24 AM
Hello,

NEW_ITEM = '{'+FLOATTOSTR(ITEM)
Thanks for the timely feedback.
Then how to escape the character double quote " within the single quote mark?

Arthur Grasin

If you like my work, please take a few seconds and add feedback about our site or our software [here]