Help with computer programming?

Aset

I would use a combobox and restrain what could be "inputted" by the user. Thus, circumventing the string matching code by using the index in the combobox as a pointer into the array. (That is, unless using a textbox is necessary for the project.)

I'm guessing they wouldn't have gotten into graphics yet, so I was just thinking of command line input rather than a textbox.
 

JSNYC

I'm guessing they wouldn't have gotten into graphics yet, so I was just thinking of command line input rather than a textbox.
Oh yeah, you are right, didn't think of that.... People still use command line?!? :eek: :joke:
 

KMilliron

Haha, I was asleep. We're learning to use graphics next week actually.