Oh for crying out loud... 
Code: ags

int ch1 = StrGetCharAt (verb, 0);
if (ch1 >= 'a' && ch1 <= 'z') StrSetCharAt (verb, 0, ch1 + 'A' - 'a');