convHex()

Returns a hexadecimal string of an integer with n-digits

Syntax
y = convHex(val, num)

Arguments
Name Description Range Type Required
val integer to be converted to a hexadecimal string (-∞, ∞) integer, real yes
num number of digits in the hexadecimal string [0, ∞) integer yes

Examples

a = convHex(1064, 8)
returns 00000428

Defined in

Built in

See Also

convBin(), convOct(), convInt()

 

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

Contents
Additional Resources