I know this will sound a bit newbish, but then again, I'm an ASP newbie. I know it can be done with other scripting languages. What I am looking for is an ASP function that will convert a string/ascii characters into integers.
Logic:
A text box contains a number. I want to submit this number to SQL through a query, but must modify the number using some sort of algorythm first. Thus, I need to be able to take the string, convert it to a number, modify the number accordingly and submit the new integer variable to SQL in a string.
I know how to submit variables to SQL in ASP, that's not the problem. It's just converting from the original string to an integer in order to do the modification before submission.
Any there that can help?
Akuta
Logic:
A text box contains a number. I want to submit this number to SQL through a query, but must modify the number using some sort of algorythm first. Thus, I need to be able to take the string, convert it to a number, modify the number accordingly and submit the new integer variable to SQL in a string.
I know how to submit variables to SQL in ASP, that's not the problem. It's just converting from the original string to an integer in order to do the modification before submission.
Any there that can help?
Akuta