Help for this page

Select Code to Download


  1. or download this
    
    #... code 
    ...
        
        print "id 2 is <$id>\n";
    
  2. or download this
    
        $id = "Joe";print "id is not Joe!! <$id>\n";
    ...
        $IDText->setSelected ($id); # dosn't work
    
  3. or download this
    id 1 is <Fred>
    id 2 is <>
    ...
    id not set to Sandy because it is an invalid option <Joe>
    
     - inside changeEditPlayer Fred
    
  4. or download this
    $id = 'Sandy';
    print "<$id>\n";  # prints Joe