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=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b22211eabfb58b72 X-Google-Attributes: gid103376,public From: Samuel Tardieu Subject: Re: Help! Date: 1996/10/01 Message-ID: #1/1 X-Deja-AN: 186433318 sender: tardieu@gargantua.enst.fr references: <3250AE4D.100191BB@labyrinth.cftnet.com> to: Cheryl Earnest content-type: text/plain; charset=iso-8859-1 organization: TELECOM Paris mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-10-01T00:00:00+00:00 List-Id: >>>>> "Cherie" == Cheryl Earnest writes: Cherie> Can someone please help me with the attached program. I think Cherie> that my problem has to do with the gross_pay variable. Cherie> I just can't see what the problem is. The Compilation error Cherie> is "invalid paramater in call" You need to add the line: use flt_io; to make subprograms visible after the line which defines flt_io. Another alternative is to use flt_io.put_line instead of put_line. Sam -- Samuel Tardieu -- sam@ada.eu.org