16-09-2008, 11:01 AM
To add on to this,
Instead of using Mid(1, somthing
Use Left(something)
Using Mid here is obviously quite stupid, and I (without any sources to back it up) assume Left is way faster than Mid.
Instead of using Mid(1, somthing
Use Left(something)
Using Mid here is obviously quite stupid, and I (without any sources to back it up) assume Left is way faster than Mid.