G
Guest
To all,
I'm using the current code below and for some reason I'm not getting
anything into my variable. I'm expecting to see "efghijk". I have rebuilt
my project/solution but still to no avail. This code has worked at one point
but I can't explain why it doesnt work. Any help or suggetstions.
Dim account As String
account = "abcdefghijk"
Dim TESTing As String = Microsoft.VisualBasic.Right(account, 7)
Thanks,
Michael
I'm using the current code below and for some reason I'm not getting
anything into my variable. I'm expecting to see "efghijk". I have rebuilt
my project/solution but still to no avail. This code has worked at one point
but I can't explain why it doesnt work. Any help or suggetstions.
Dim account As String
account = "abcdefghijk"
Dim TESTing As String = Microsoft.VisualBasic.Right(account, 7)
Thanks,
Michael