Checking numeric values with condition "if val=+val" is generally bad idea:
Try this for examlpe:
set val="1e78509d-be2f-4164-ac3b-825d6c21c074"
if val=+val write "is number",!
- Log in to post comments
Checking numeric values with condition "if val=+val" is generally bad idea:
Try this for examlpe:
set val="1e78509d-be2f-4164-ac3b-825d6c21c074"
if val=+val write "is number",!