SKIPCHAR                                         Steven Hardy, March 1982

SKIPCHAR(C,N,S) -> false or integer

Given a character C, an integer N and a string S, this procedure
searches S for the first character other than C starting the search at
position N. If every character after position N is C, SKIPCHAR returns FALSE.

See also * LOCCHAR, * SKIPCHAR_BACK, * LOCCHAR_BACK, * STRMEMBER, * ASCII
