Above my head

ARC

Well-known member
Joined
Sep 9, 2006
Messages
63
Location
Minnesota
Programming Experience
Beginner
Lets say I have two sets of information, Names and Ranks.

I can write them into a SAF into their two columns, a simple txt file...

I have a ComboBox that I want to store all the names in, so the user can choose from the list... thus displaying their Rank in a TextBox that I also have.

Is this possible with simple SAF's? or do I need to learn something else? I'm not looking for the solution, but any psuedo code suggestions would be greatly appreciated.

(edit) I cant quite wrap my head around how the loop idea (to check if there are more lines of text in the file) works with what I want. Maybe it doesnt.

Thanks again for any help!
 
Back
Top