A
Anonymous
Guest
Ok, everythign works. BUT, say rank = 1 I want it to print
President
NAMES HERE
All the names, but if I put
if (rank == 1) {
print $name ect ect
Every time it prints a name it prints President. How can I stop this?
President
NAMES HERE
All the names, but if I put
if (rank == 1) {
print $name ect ect
Every time it prints a name it prints President. How can I stop this?