I am getting the following error in a TCL statement...
[xlt :xlat:ERR /0: ba13_xlate:04/11/2007 15:46:49] Tcl error:
msgId = message0
proc = 'backslash_sub'
args = ''
result = 'extra switch pattern with no body, this may be due to a comment incorrectly placed outside o
f a switch body - see the "switch" documentation'
errorInfo: '
extra switch pattern with no body, this may be due to a comment incorrectly placed outside of a switch body - s
ee the "switch" documentation
while executing
"switch -exact -- $mode {
start {
return "" ;# Nothing specific
}
run {
# The following lines will e..."
(procedure "backslash_sub" line 5)
invoked from within
"backslash_sub {MSGID message0} {CONTEXT xlt_pre} {ARGS {}} {MODE run} {VERSION 3.0}"'
has anyone seen this error, before
[xlt :xlat:ERR /0: ba13_xlate:04/11/2007 15:46:49] Tcl error:
msgId = message0
proc = 'backslash_sub'
args = ''
result = 'extra switch pattern with no body, this may be due to a comment incorrectly placed outside o
f a switch body - see the "switch" documentation'
errorInfo: '
extra switch pattern with no body, this may be due to a comment incorrectly placed outside of a switch body - s
ee the "switch" documentation
while executing
"switch -exact -- $mode {
start {
return "" ;# Nothing specific
}
run {
# The following lines will e..."
(procedure "backslash_sub" line 5)
invoked from within
"backslash_sub {MSGID message0} {CONTEXT xlt_pre} {ARGS {}} {MODE run} {VERSION 3.0}"'
has anyone seen this error, before