num()

Returns an integer that represents an ASCII numeric value of the first character in the specified string

Syntax
y = num(str)

Arguments
Name Description Type Required
str string to convert to integer string yes

Examples

a = num("/users/myhome/fullpath")
returns 47
a = num("alpha")
returns 97

Defined in

Built in

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources