Hi,
I'm looking for simple way to convert a character to an integer through a
SP. For example, I want to convert A-Z to -26 to -1 where A would be -26, B
would be -25, and so on.
Is there an easy way to do this without a table? Also, how can I call this
SP from another SP?
Thanks.
Khurram