re-open
Public

I need to get text with thousand separators in it and do some math on it. How do i remove the commas, so I can get just the number?

1 answer

Staff July 2, 2017

To achieve this you will have to make some Javascript programming.

To get the text string from remote server, you can use the “Get Remote Content” action and save the text into a string type property:

 

The remaining work is to make some java script programming. You can use the “Call Javascript Snippet” action and use the string type property inside:

#1
  1. Hi vivithanks for the reply. It's not a remote server, it's an edittextbox i created in ForeUI

Please login or Register to Submit Answer