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 16:07:51 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed.mathworks.com!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc04.POSTED!not-for-mail Message-ID: <3F5BBA33.1090105@attbi.com> From: "Robert I. Eachus" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Octal Conversion in VB References: <3F5B91AA.4040203@attbi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 24.34.139.183 X-Complaints-To: abuse@comcast.net X-Trace: sccrnsc04 1062976067 24.34.139.183 (Sun, 07 Sep 2003 23:07:47 GMT) NNTP-Posting-Date: Sun, 07 Sep 2003 23:07:47 GMT Organization: Comcast Online Date: Sun, 07 Sep 2003 23:07:48 GMT Xref: archiver1.google.com comp.lang.ada:42250 Date: 2003-09-07T23:07:48+00:00 List-Id: David C. Hoos wrote: > "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"? > Oops! Yes. That is why code reviews are important. There are some bugs that no amount of testing can catch. ;-) -- Robert I. Eachus "As far as I'm concerned, war always means failure." -- Jacques Chirac, President of France "As far as France is concerned, you're right." -- Rush Limbaugh