nthcdr()

Takes a list, and an integer index into the list. Returns a list consisting of the members of the original list from the nth item on.

Syntax:

nthcdr(n, list);

where

n is the ndex (integer ≥ 0) into list.

list is a list of items.

Example:
decl j, L;
L = list("a", "b", "c");
j=nthcdr(1, L);
// j ==list("b", "c")

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