Re: Help with getting first letter of a string




I'm assuming feeder is a string. if so, this is an easy workaround:

dim mychar as char = feeder
if mychar = "F" Or mychar = "R" Then
well, you have the rest from here.
.