Computer Science Canada String Shuffler  | 
  
| Author: | Carey [ Fri Mar 28, 2008 7:40 am ] | 
| Post subject: | String Shuffler | 
This program scrambles an array of strings. With some modifications, can be used with any type of variable.  | 
	|
| Author: | Carey [ Mon Apr 07, 2008 7:38 am ] | 
| Post subject: | RE:String Shuffler | 
Comments anyone?  | 
	|
| Author: | Tallguy [ Thu Apr 17, 2008 10:03 am ] | 
| Post subject: | RE:String Shuffler | 
"some modifications" wat is ur defination of this?  | 
	|
| Author: | repsoccer16 [ Mon Apr 21, 2008 7:30 am ] | 
| Post subject: | RE:String Shuffler | 
ya what are the modifications that you are talking about?  | 
	|
| Author: | Carey [ Wed Apr 23, 2008 8:23 am ] | ||
| Post subject: | Re: String Shuffler | ||
to make it sort any other type of array, just changes all the string variables into something else. in the below example yourType is the type of variable to shuffle note: changing the type without changing how you get and put the data will result in an error. Example: 
  | 
	|||