I would like to use the function
Code: Select all
string is double $sometest
The problem is, that we use in Germany the comma (,) as the decimal point.
Therefore
Code: Select all
set sometext "7,44"
string is double $sometext
Thanks in advance
rayman