Tcl Powered!NeoWebScript

Home
 
Download
User Info
New User FAQ
Tutorials
Demos
Commands
Variables
Troubleshooting
Sysop Info
Sysop FAQ
Theory
Installation
Management
Tests
Troubleshooting
Feedback
Resources
Release Notes
Credits
Disclaimer
COMMA_SPLIT - Neowebscript
Synopsis * Description * Keywords

Turn a comma-separated list into a Tcl list

Synopsis

  • comma_split string

Description

Comma_split transforms a string of items in comma-separated form into a Tcl list. Example:

    comma_split "this,is,a,comma,separated,string"
would become:
    {this is a comma separated string}

Keywords

comma join file format

Copyright © 1995-1999 NeoSoft Inc., 1770 St. James Place, Suite 500, Houston, TX 77056 USA. All Rights Reserved