Help for this page

Select Code to Download


  1. or download this
        tie %curRecord, 'Tcl::Var', $tcl, "curRecord";
    
  2. or download this
        %curRecord = %{SelectedRecords()};
        Error: Tix Error: Can't locate object method "CLEAR" via package T
    +cl::Var" at...
    
  3. or download this
        $temp = SelectedRecords();                
        foreach (keys %{$temp}){
            $curRecord{$_} = $temp->{$_};
        }