This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

malformed expression word

Old posts that have not been replied to for several years.
Locked
User avatar
CrazyCat
Revered One
Posts: 1306
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