home *** CD-ROM | disk | FTP | other *** search
- Path: adm.icenet.no!news
- From: pettern@icenet.no (Petter Nilsen)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Accessing NUMBER type in GADTOOLS
- Date: 14 Feb 96 14:00:58 +0100
- Organization: Ultima Thule Software (The THOR Team)
- Message-ID: <718.6618T840T2900@icenet.no>
- References: <4f6ma8$rd8@celebrian.otago.ac.nz>
- NNTP-Posting-Host: ns.icenet.no
- X-URL: http://www.icenet.no/~pettern
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
-
- In article <4f6ma8$rd8@celebrian.otago.ac.nz>,
- peter.ashford@stonebow.otago.ac.nz (Peter Ashford) wrote:
- > Could anyone tell me how to access the integer information of a NUMBER
- > type GadTools gadget?? I know I should have the RKM's, but I'm poor :)
-
- #define GetGadNumber(g) (((struct StringInfo *)g->SpecialInfo)->LongInt)
-
- number = GetGadNumber(gad);
-
- ---
- \\\\\\ Petter Nilsen - IRC #amiga: Mitchman - pettern@icenet.no |\
- >>>>>>============================================================| >
- ////// THOR Team Coordinator - http://www.icenet.no/~pettern |/
-
- CPAV Warning:(S)top (C)ontinue (B)urn infected disk
-
-