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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2c4429dc5b1f1886 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!t41g2000yqt.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: Ada Leaking Into Day Job Date: Mon, 22 Mar 2010 02:53:27 -0700 (PDT) Organization: http://groups.google.com Message-ID: <792ea35a-2001-4d52-9ba2-4b3a3850d160@t41g2000yqt.googlegroups.com> References: NNTP-Posting-Host: 206.122.158.4 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1269251607 10532 127.0.0.1 (22 Mar 2010 09:53:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 22 Mar 2010 09:53:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t41g2000yqt.googlegroups.com; posting-host=206.122.158.4; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1036 Safari/532.5,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:10652 Date: 2010-03-22T02:53:27-07:00 List-Id: It is more the "Ada style" that has leaked in my VB coding, like Sub Mix(ByVal code As Char, .... ' declarations here and not scattered anywhere... Dim li As String Dim bid As String Dim fi, fo As Integer Dim first_line As Boolean ' begin first_line = True ' fi = FreeFile() FileOpen(fi, name_1, OpenMode.Input) While Not EOF(fi) ... Now I've simplified things, making GCC leaking itself into the day job :-). G.