D
Dave
How can I determine if the two rightmost elements of my string are ."
?
Obviously, vb.net has a special use for the double-quote character, so how
do I account for that.
I have...
if microsoft.visualbasic.right(mystring, 2) = ??????? Then
I need to know what to put in place of those question marks.
Thanks,
-Dave
?
Obviously, vb.net has a special use for the double-quote character, so how
do I account for that.
I have...
if microsoft.visualbasic.right(mystring, 2) = ??????? Then
I need to know what to put in place of those question marks.
Thanks,
-Dave