Further, I seem to remember Ctrl-J was Line Feed
Mark

On 4 Mar 2003 at 10:38, Steve Peacocke wrote:

> Leigh Wanstead said:
> > 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
> 
> In this case ^J means [Ctrl]-J, ^M is [Ctrl]-M (or return) and ^I is
> [Ctrl]- I or TAB.
> 
> My guess is you are looking at some old DOS code.
> 
> Steve
> 
> 
> ----------------------------------------------------------------------
> -----
>     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/
> 


---------------------------------------------------------------------------
    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