Hello.

I want to receive text via SERIN and do actions based on it. Like in exampole below

Code:
CIKLI:
Serin SHESVLA,N2400,MONACEMI    'READ INTO VARIABLE
if monacemi="X" then 
CCP1CON = %00000000 
goto cikli
this works fine, while "X" is single character, when I'd like to make it say "hamex", the code does not works.