Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

simStringsToList

simStringsToList(
t_stringArg
)
=> list / nil

Description

Accepts a string of names separated by blanks and tab characters as an argument and returns a list of strings.

The function is defined in /bin/si. You cannot modify this function.

Arguments

t_stringArg

String of names separated by blanks and tab characters.

Value Returned

list

A list of strings.

nil

The command was unsuccessful.

Examples

simStringsToList( "@ . /cds/etc/sdalib/schema" )
returns:
'("@" "." "/cds/etc/sdalib/schema")

Related Topics

OSS Functions


Return to top
 ⠀
X