malformed expression word

Old posts that have not been replied to for several years.
Locked
User avatar
CrazyCat
Revered One
Posts: 1384
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

hi there :smile:

I've a trouble with a call to a procedure.

the code is (in a proc):
dbup $nick $handle $chan

and after I've:
proc dbup { user uhand uchan } {
...
}

when the procedure is called, even by the tcl or using in party-line the .tcl dbup me me #channel , I get the message "TCL error: malformed expression word"

I can't find what is wrong in this call.

thx helping me :smile:

Locked