Tcl {string "...$var"}

From: Johannes Morgenroth (jm_at_m-network.de)
Date: 12/31/03


Date: Wed, 31 Dec 2003 02:36:22 +0100

Hello everybody!

Simple newbie question:
In this command the variable $vbox_caller_id is interpreted as string. But I
need it interpreted as variable.

set res [xmlrpc::call "http://10.0.0.1:4711/" "jabber.send" {{string
message@jabber.org}
            {string "VoiceBox"} {string "New Mail from $vbox_caller_id"}}]

I would be very happy about some correct code.... thanks!