Computer Science Canada Help, sorting 3 words. |
Author: | GoodbyeSoberDay1 [ Wed Apr 02, 2008 8:37 am ] | ||
Post subject: | Help, sorting 3 words. | ||
If i input words in a certian order such as : dog, cat, fish, then cat will overwrite the first two spaces in the new array. Can anyone give me some clues as to how to fix it?[/code] |
Author: | Tony [ Wed Apr 02, 2008 9:37 am ] |
Post subject: | RE:Help, sorting 3 words. |
right after this line temp (marker) := words (i) put a debug statement, like put "temp[",marker,"] is now: ", words(i) |