I have a string, call it INPUT, and it is 16 chars long. how to I check the FIRST or LAST char? What I would like to do is something like:

if (input<<1) <> "*" then goto FAILURE

But that obviousley isn't how to do it.

HELP!!!!!!!!!!