From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ad4:5052:0:b0:532:2e21:8c0a with SMTP id m18-20020ad45052000000b005322e218c0amr709839qvq.78.1673432044095; Wed, 11 Jan 2023 02:14:04 -0800 (PST) X-Received: by 2002:a0c:8e8a:0:b0:531:913e:3ba3 with SMTP id x10-20020a0c8e8a000000b00531913e3ba3mr3428731qvb.37.1673432043948; Wed, 11 Jan 2023 02:14:03 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 11 Jan 2023 02:14:03 -0800 (PST) Injection-Info: google-groups.googlegroups.com; posting-host=71.202.101.82; posting-account=1sN4oQoAAABANGeLN5K5KDzu7t8XhLSV NNTP-Posting-Host: 71.202.101.82 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1ef161c8-8e65-4a82-8db8-c772e813be80n@googlegroups.com> Subject: Text_io package's Positive_Count type From: Mace Ayres Injection-Date: Wed, 11 Jan 2023 10:14:04 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1477 Xref: reader01.eternal-september.org comp.lang.ada:64793 List-Id: I am using GNAT's,2018, GPS on 1 2012 Macbook Pro, Intel Chip, for some Ada= programming with IO to a terminal. I want to capture the cursor position, = row, and column with Text_IO line and col functions returning to my variabl= es of type Positive_count, declared in my package's specification, *.ids fi= le, Compile fails with an ambiguous message about my line of code that call= s line and col returning to Postiive_count type variables.