Hi, I have this:
$_varRef=@_;
$frm->Entry(-relief => "sunken",
                       -textvariable => \$_varRef,
                       -width => $_Globals{LABEL_LENGTH},
                       #-anchor => "w",
                       -bg => "white")
        ->pack(-anchor => "w");
        
        
 But it doesn't work I wanted to assign in the -textvaraible option a variable 
which could be an array.       


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to