On Sunday 13 July 2008, Julien Claassen wrote: >Hi! > Does anyone know which character exactly ^m is and how I can reproduce it > as a character in my program code. Unfortunitely I get it from the outside > and have to deal with it. > Kindest regards > Julien > That is the usual convention for displaying a carriage return, a chr$(13), used as the end of line marker in non-unix-ish systems. unix-ish systems have nearly always used a linefeed, a chr$(10), for the EOL character. And M$ systems use both just to try and be different. 30+ years ago most printers needed both.
>-------- >Music was my first love and it will be my last (John Miles) > >======== FIND MY WEB-PROJECT AT: ======== >http://ltsb.sourceforge.net >the Linux TextBased Studio guide >======= AND MY PERSONAL PAGES AT: ======= >http://www.juliencoder.de >_______________________________________________ >Linux-audio-dev mailing list >[email protected] >http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev -- Cheers, Gene "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Delta: We're Amtrak with wings. -- David Letterman _______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
