home *** CD-ROM | disk | FTP | other *** search
- Path: vm.uni-bocconi.it!s592345
- Organization: Univ. BOCCONI, Milano, Italy (node IMIBOCCO on EARN/BITNET)
- Date: Wed, 10 Jan 1996 17:53:15 SET
- From: <S592345@vm.uni-bocconi.it>
- Message-ID: <96010.175315S592345@vm.uni-bocconi.it>
- Newsgroups: comp.sys.amiga.programmer
- Subject: ReadArgs
-
- I have to parse a string using the DOS templates, so I use the ReadArgs and
- ReadItem functions with a RDArgs struct provided by me.
-
- The RDA_Source element is a CSource which points to my string.
-
- It works, I can parse my string in this way.
-
- The problem is:
-
- How can I avoid the ReadArgs and ReadItem function to handle the *n *e
- as linefeed and escape ?
-
- I want the string AS IS, *n should be asterisk n , not linefeed.
-
- Is there a flags or something else to avoid this ?
-
- Thank you.
-
- /**************************************************************************
- * <Marco Negri> s592345@vm.uni-bocconi.it - Novate Milanese (MI) - ITALIA *
- * Amiga Developer: A4000/030-4MB RAM-120MB HD-OS 3.1 *
- * Author of Blacks Editor and MyClock *
- **************************************************************************/
-