append()

Appends a new list to the end of an existing list. Lists are created with the list() function. Returns a new list with the appended items.

Syntax:

append(list, newList);

where

list is a list created with the list() function.

newList is a new list of items to append to the first list.

Example:
decl mylist;
mylist = list("one", "two");
mylist = append(mylist, list("three"));
//The result is mylist = ("one", "two", "three")

Download Example File:

The following link(s) lead to the Agilent EEsof EDA Knowledge center website. You will need to register at this site with a valid support contract to download an example file.

Get Layers Protected Status
Reverse List
Unique List

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