Hi there,
If I were to extract the first character from a string to see what the value is, how could I go about doing it?
i.e. strString=request("number"
response.write strString
the result, let's say, is 4567123456781234
What if I wanted to extract the first character so I could do a query later? Is it possible? Would I use the split method?
Any ideas would be greatly appreciated. Thanks!
If I were to extract the first character from a string to see what the value is, how could I go about doing it?
i.e. strString=request("number"
response.write strString
the result, let's say, is 4567123456781234
What if I wanted to extract the first character so I could do a query later? Is it possible? Would I use the split method?
Any ideas would be greatly appreciated. Thanks!