home *** CD-ROM | disk | FTP | other *** search
- position[1] = 1;
- position[2] = 2;
- position[3] = 3;
- position[4] = 4;
- i = 1;
- while(4 >= i)
- {
- trace("horse number " + i + " finished " + finish[i]);
- if(finish[i] == -999)
- {
- finish[i] = 999999999;
- }
- photo_pos[i] = finish[i];
- i++;
- }
-