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.3 required=5.0 tests=BAYES_00,INVALID_MSGID,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,264e2e34ddd49eb3,start X-Google-Attributes: gid103376,public From: "Anderson" Subject: Characters package Date: 2000/04/27 Message-ID: <39084cc7@news.wa.apana.org.au>#1/1 X-Deja-AN: 616354736 X-Original-NNTP-Posting-Host: dialup19.wa.apana.org.au X-Trace: 27 Apr 2000 22:20:55 +0800, dialup19.wa.apana.org.au Organization: APANA Western Australia (http://www.wa.apana.org.au/) X-MSMail-Priority: Normal X-Priority: 3 Newsgroups: comp.lang.ada X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Date: 2000-04-27T00:00:00+00:00 List-Id: I want to use the to_lower and to_higher function in the characters package in ada. I can do it by using with Ada.Characters.Handling; use Ada.Characters.Handling; but I am told I is bad code to make it visible throughtout the program, so how do I declear it as a package ie package char ..... ?