convOct()

Returns an octal string of an integer with n-digits

Syntax
y = convOct(val, num)

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

Examples

a = convOct(1064, 8)
returns 00002050

Defined in

Built in

See Also

convBin(), convHex(), convInt()

 

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

Contents
Additional Resources