arg_list()

Returns the arguments passed to a function as a list.

Syntax:

arg_list();

Example:
defun test(a, b, c)
{
   decl l;
   l = arg_list();
       fputs(stderr, identify_value(arg_list())); 
                   // prints value of a, b, c as a list
}

In the above example, where test(1, 2, 3), prints list(1, 2, 3)

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