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
CONCAT - Safe TCL
Synopsis * Description * Keywords

Join lists together

Synopsis

  • concat arg arg ...?

Description

This command treats each argument as a list and concatenates them into a single list. It also eliminates leading and trailing spaces in the arg´s and adds a single separator space between arg´s. It permits any number of arguments. For example, the command

concat a b {c d e} {f {g h}}

will return

a b c d e f {g h}

as its result.

If no args are supplied, the result is an empty string.

Keywords

concatenate, join, lists

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