» jchowell - Alphabetizing names
input "Place your 1st name here "; your1stname$
input "Place your 2nd name here "; your2ndname$
input "Place your 3rd name here "; your3rdname$
Can anyone help?
I am new to Programming
-- posted by jchowell
»
Guy Lecky-Thompson
- Alphabetizing names
Hi,
I have a feeling you're not going to like my answer.
My personal belief ::personal:: is that Liberty Basic is not the best place to start programming. However, since you're on that route...
I suggest using the following:
sort arrayName$(), i, j, [,n]
If you want to do this, you'll need to put your names in an array rather than as three string variables.
Best,
Guy
Please follow the guidelines set forth in the Suite101 Posting Etiquette when adding to the discussion.