parse_blank()

Parses a string of tokens separated by spaces or tabs into a list of strings. Returns a list of tokens.

Syntax:

parse_blank(str);

where

str a character string to be parsed.

Example:
decl a;
a = parse_blank("1.5  2.3  4.1");

This example creates the same list:
a = list("1.5", "2.3", "4.1");

Where Used:

Schematic

 

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

Contents
Additional Resources