de_parts_option_set_delimeter()

Sets the Delimeter Character parts list options.

Syntax:

de_parts_option_set_delimeter (delimeter);

where

delimeter is used to separate column data (i.e. " ", ","). The default is NULL. If a NULL delimeter is specified, column widths will be determined by the longest data field and all data will be left justified.

Example:
/* Separate columns with commas */
de_parts_option_set_delimeter (",");

or, for example:

/* Auto-format */
de_parts_option_set_delimeter (NULL);

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources