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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!uwm.edu!linac!att!pacbell.com!ucsd!ucbvax!LOGDIS1.WR.AFLC.AF.MIL!kmccook From: kmccook@LOGDIS1.WR.AFLC.AF.MIL (GS-09 Ken McCook;SCDD) Newsgroups: comp.lang.ada Subject: (none) Message-ID: <9101111810.AA01837@logdis1.wr.aflc.af.mil> Date: 10 Jan 91 16:38:59 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: Does anyone have any suggestions on possible solutions to the following? I'm displaying a list of the key fields on the screen. By moving the highlight bar to an occurance and pressing a function key the user denotes the record(s) selected. The user can select one or more records. When he's finished he presses another function key to signal he's finished. 1 -- I don't know beforehand how many he will select. 2 -- I'm only storing the index to each record selected so I thought about putting the numbers into array. 3 -- I won't know until the user is done how many records he's selected, so I won't know how big of an index I'll need for the array until he's done choosing. 4 -- Once put into an array I need to "for" loop thru them "n" times. ("n" being equal to the total number of records selected). Thanks for any suggestions. Please email any suggestions directly to me. I'll summarize for the net if there's any interest. Ken McCook Computer Programmer Warner Robins Air Logistics Center Software Development Branch (912) 926-3224 kmccook@wrdis01.af.mil