From: Jason D. <dr...@ca...> - 2002-06-18 21:07:40
|
I have the following piece of code PERFORM GET-MAXIMUM-MODEL-YEAR UNTIL ((WA-MAXIMUM-MODEL-YEAR-FROM-USER <= WA-YEAR) AND (WA-MAXIMUM-MODEL-YEAR-FROM-USER > 00)) OR (WA-MAXIMUM-MODEL-YEAR-FROM-USER = SPACES). The program compiles and runs, but the program will continue past this point. When the program runs it prompts for a model-year. The program should move to the next question if I just press enter to the question, but the program is not reading the SPACES keyword right. I put in 2 spaces and press enter but it didn't work either. Jason |