Hello everyone,

I read following piece of code. I don't understand ^J, ^M, ^I meaning. Can
anyone explain to me? I guess it is like #13.


    case ch of
      ' ', ^J, ^M, ^I, ',':
        begin
          if (varParseState = psInToken) or (varParseState =
psInQuotedToken) then
          begin
            varParseState := psInOther;
          end;
        end;

TIA
Leigh


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to