G
glenn
Can anyone tell me in C# how to take a substr of a variable and compare it
to a literal ascii number.
ie:
if ( myvar.substr( 1,1 ) == 65 )
{
....
}
thanks,
glenn
to a literal ascii number.
ie:
if ( myvar.substr( 1,1 ) == 65 )
{
....
}
thanks,
glenn