hnlStringToList
hnlStringToList(t_theString) =>list
Description
Accepts a string of white-space-separated strings, and returns a list of strings, that is, the string - silos schematic - returns the list (silos schematic).
Source code for this procedure is available for CAD developers in the install_dir/tools/dfII/src/hnl/hnl.il file.
Arguments
Value Returned
Examples
hnlStringToList( "behavorial structural verilog schematic symbol" )
Related Topics
Return to top