I'm currently trying to find a Standard-FM or Class or inbuilt-Function, that can perform a "simple" numeric check.
Currently i just do IF val CO '0123456789.,+-'. But thats not really nice.
For example 12,45.64,47-18 would pass this check, while it's clearly not a number. It should return "not a number" in this case.
Also what about some other formats, like 123.345,786e13. That is a valid number and should convert.
Same with different formats (. for grouping or , for example, should depent on the environment or User i think). Is there a good way for checking this? It feels to be such a basic task, but i just cant find anything, not even with googling.
RS_CONV_EX_2_IN.