From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,WEIRD_QUOTING autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,13bebe8869a9207e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-07 13:23:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!cyclone-sf.pbi.net!216.218.192.242!news.he.net!newsfeed1.easynews.com!easynews.com!easynews!bigfeed2.bellsouth.net!bigfeed.bellsouth.net!bignumb.bellsouth.net!news.bellsouth.net!bignews5.bellsouth.net.POSTED!not-for-mail From: "David C. Hoos" Newsgroups: comp.lang.ada References: <3F5B91AA.4040203@attbi.com> Subject: Re: Octal Conversion in VB MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: Date: Sun, 7 Sep 2003 15:22:31 -0500 NNTP-Posting-Host: 68.159.150.138 X-Trace: bignews5.bellsouth.net 1062966098 68.159.150.138 (Sun, 07 Sep 2003 16:21:38 EDT) NNTP-Posting-Date: Sun, 07 Sep 2003 16:21:38 EDT Xref: archiver1.google.com comp.lang.ada:42246 Date: 2003-09-07T15:22:31-05:00 List-Id: "Robert I. Eachus" wrote in message news:3F5B91AA.4040203@attbi.com... > if Argument_Count /= 1 > then > Put_Line(" Usage: octal ""string"""); > Put_Line(" If the string does not contain blanks or other special > command line"); > Put_Line(" characters, the parentheses may be omitted."); > Set_Exit_Status(Failure); > return; > end if; Didn't you mean ""quotation marks" instead of "parentheses"?