M
moondaddy
I looked at the string functions in .net and didnt see anything thats
similar to the old vb6 Right string function. Is there another .net way to
do this? Here's my suto code for what I'm trying to do:
sOldString = "12345678"
sNewString = Right(sOldString,4)
'sNewString should be "5678"
Thanks.
similar to the old vb6 Right string function. Is there another .net way to
do this? Here's my suto code for what I'm trying to do:
sOldString = "12345678"
sNewString = Right(sOldString,4)
'sNewString should be "5678"
Thanks.