Удалить первый символ из строки VB
NewString = OldString.Remove(0, 1)
Salty Joe
NewString = OldString.Remove(0, 1)