vbnow
Member
I use to use this code to trim spaces like back spacing in vb6:
varlenght = Len(txtKeypad.Text) - 1
txtKeypad = Left(txtKeypad.Text, varlenght)
This does not work in vb.net.
Any suggestions please!!!
Thanks!
varlenght = Len(txtKeypad.Text) - 1
txtKeypad = Left(txtKeypad.Text, varlenght)
This does not work in vb.net.
Any suggestions please!!!
Thanks!