alphabetical list of strings in an array
How do I do this please help or I'm going to Fail,thought about running multiple if statements but the code will be too long.or should use a method Help please.
You could use the sort method that is available in the API, but I guess you will fail if you do that. You should probably try to implement it yourself, and you would need to use loops in that case. Take a look at for and while. Kaj
kajbja at 2007-7-12 10:05:19 >
