- or download this
#... code
...
print "id 2 is <$id>\n";
- or download this
$id = "Joe";print "id is not Joe!! <$id>\n";
...
$IDText->setSelected ($id); # dosn't work
- 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
- or download this
$id = 'Sandy';
print "<$id>\n"; # prints Joe