AboutAlex Barry Expertise I have been a qbasic programmer since 2000, creating games, minor libraries and various small programs. I have experience using interrupts, graphics, file input/output, the mouse cursor, and using libraries. I have also learned FreeBASIC, c/c++, python, php and html.
I do not claim to be an absolute authority in any language, but I don't mind looking things up and learning with you.
Experience Hobby programming since 2000
I no longer belong to any community programming groups, but do have knowledge of *basic dialect and C/C++
Expert: Alex Barry Date: 3/12/2008 Subject: random sorting
Question Hi,
I have a program that was written by a friend, a long time ago, for Postal purposes. It displays a street address, then requests an answer/input then displays the correct answer. The program looks to a data file to display the streets. Is there a way to sort the data randomly?
Answer Hi, Raymond,
Yes, there are ways of sorting data in QBasic, but I'll need some more information about how these answers are stored. If they aren't stored in an array, then we'll have to figure out a way to store them that way, as that is the most efficient way of sorting in QBasic
If you give me some more information, then I'll be happy to help,
Alex