Forum .LRN Q&A: Re: slash and tcl

Collapse
2: Re: slash and tcl (response to 1)
Posted by Peter Marklund on
What you are looking for is the backslash (\) not the slash. The backslash works fine in Tcl to break long lines.
Collapse
3: Re: slash and tcl (response to 2)
Posted by Douillard David on
Thanks,
Exact backslash, not slash.

But it doesn't work !

element create add_user first_name
- label "Fist Names" \
- datatype text
- .........

error invalid command name "-label"

no error if it is on the same line.