| Misc. Functions This is a module that has various functions (I didn't make any, i just put them together)
1) Getbetween - Gets the data between 2 specific points
2) Extractall - Extracts all the data between 2 specific points to a listbox
3) Rand - creates a random number
4) RemoveNonNumbers - self explanatory
5) Matchall - Extracts all the data between 2 specific points to an array (faster than extractall)
6) Removedupes - deletes duplicates in a listbox
7) Wait - pauses the program for X milliseconds
8) LoadList - loads a list to a listbox
9) Savelist - Saves a listbox to a text document
Have fun :P |