Question
1
Replies
2628
Views
GalaxE.Solutions
Posted: October 20, 2017
Last activity: October 24, 2017
Closed
Efficient way to replace text with special characters with a property value
Hi,
What are the efficient ways to replace text within special characters with a property value. Does String Replace Work in this case?
Ex: Order <Calculated Value> items from a Store.
The string <Calculated Value> has to be replaced with a numeric value which will be calculated run time.
Thanks
***Updated by moderator: Lochan to update Categories***
try toint() function and set the string value to integer value