convOct()

Returns an octal string of an integer with n-digits

Syntax:

convOct(val, num);

where

val is any integer to be converted to octal string.

num is an integer to specify the number of digits in the octal string.

Example:
decl a;
a = convOct(1064, 8);        // returns a="00002050"

Where Used:

Measurement Expressions (Data Display equations and Schematic MeasEqns), Schematic, Layout, Simulation, GUI

 

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

Contents
Additional Resources