VBScript is_numeric function

A VBScript equivalent of PHP’s is_numeric


Function is_numeric(str)
    is_numeric = isNumeric(str)
End Function

HOUAELABO.KAWASAKI@GMAIL.COM

Other PHP functions in the var extension