Returns "true" if the provided argument stris actually a number.
Boolean (true/false)
wret = isNumeric("2345");
print(wret);
Print true
wret = isNumeric("-2345.678");
print(wret);
Print true
wret = isNumeric("2345.678abcd");
print(wret);
Print false
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.