in reply to (ar0n) Re: syntax issues
in thread syntax issues

my data structure has to have the format of
team1 score team2 score team3 score etc
so i end up with a team name and a score in each element of  @list_of_teamdata so that when i reference the score in row 0 i can use the step.  @list_of_teamdata[0][0]