I'm currently grabbing some data from a database, wrapping it up into a concatinated body message for some CDONTS mailer action. I have a problem with this though. Some of my fields may or may not ...
I have a string (I think its a string) that is a number, I need to convert it into a real number. I have to do this to compare to another value to execute an If statement.<BR><BR>I have tried CInt and ...