Everyone,
Yes I'm sure using the ASC function that is part of the Visual Basic runtime environment left over from VB6 would be the easiest way to do this, but I don't want to use it. I want to find a better way, mainly because I want to be able to build using Nant and seem to be having some problems with that when I'm trying to use some of the older VB functions such as Mid, Trim, LTrim, etc. Right now all I'm trying to do is take a single character and get its ascii equivalent.
Thanks in advance,
Ken
Yes I'm sure using the ASC function that is part of the Visual Basic runtime environment left over from VB6 would be the easiest way to do this, but I don't want to use it. I want to find a better way, mainly because I want to be able to build using Nant and seem to be having some problems with that when I'm trying to use some of the older VB functions such as Mid, Trim, LTrim, etc. Right now all I'm trying to do is take a single character and get its ascii equivalent.
Thanks in advance,
Ken