Removes any characters that are not numbers from the string.
This option does not remove commas in a comma separated string (see AsString function). When numbers are not created within Trading Blox Builder, use the ReplaceString function to remove commas.
Useful to remove $ signs and other currency symbols from number strings.
| Syntax: | 
|---|
| RemoveNonDigits( inputString ) | 
| Parameter: | Description: | 
|---|---|
| inputString | String from which to remove the non-number digits | 
| Example: | 
|---|
| stringValue = "$40000" 
 Results:stringValue is now without a "$" is now like this: "40000" | 
| Links: | 
|---|
| GetField, RemoveCommasBetweenQuotes, ReplaceString | 
| See Also: | 
| Edit Time: 9/18/2020 1:53:09 PM | Topic ID#: 497 |