Re: [U2] How many will be selected?

2010-10-19 Thread Dan Goble
SYSTEM(11) in basic code will return the number of items selected -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: Tuesday, October 19, 2010 1:41 PM To: U2 Users List Subject: [U2] How many

Re: [U2] How many will be selected?

2010-10-19 Thread Dave Davis
To: U2 Users List Subject: [U2] How many will be selected? UV here I open a file, then use SELECT filevarible then proceed to do a LOOP/READNEXT/REPEAT to scan through the file. OPEN ,SOMEFILE TO F.TEST ELSE STOP SELECT F.TEST LOOP READNEXT ID ELSE EXIT REPEAT Is there any way to know how many

Re: [U2] How many will be selected?

2010-10-19 Thread FFT2001
In a message dated 10/19/2010 10:41:38 AM Pacific Daylight Time, ggal...@wyanokegroup.com writes: UV here I open a file, then use SELECT filevarible then proceed to do a LOOP/READNEXT/REPEAT to scan through the file. OPEN ,SOMEFILE TO F.TEST ELSE STOP SELECT F.TEST LOOP READNEXT

Re: [U2] How many will be selected?

2010-10-19 Thread George Gallen
Psychic you are! Do you read palms as well? George I think, if I'm psychic you want to know this, because you want to know How Much Longer Will This Process Take? There *is* a way to do that, even with a simple BASIC select, but it's not quite the way you're trying to do it. My

Re: [U2] How many will be selected?

2010-10-19 Thread FFT2001
In a message dated 10/19/2010 10:50:28 AM Pacific Daylight Time, ggal...@wyanokegroup.com writes: Psychic you are! Do you read palms as well? What you need to do is ask the system these questions: 1) How many groups are in this file? and 2) What group number am I in right now. The groups

Re: [U2] How many will be selected?

2010-10-19 Thread Dave Laansma
-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of fft2...@aol.com Sent: Tuesday, October 19, 2010 1:56 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] How many will be selected? In a message dated 10/19/2010 10:50:28 AM Pacific Daylight Time, ggal

Re: [U2] How many will be selected?

2010-10-19 Thread George Gallen
. George -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Dave Laansma Sent: Tuesday, October 19, 2010 2:10 PM To: U2 Users List Subject: Re: [U2] How many will be selected? The problem with this question is, if I

Re: [U2] How many will be selected?

2010-10-19 Thread George Gallen
Users List Subject: Re: [U2] How many will be selected? If you execute SELECT SOMEFILE rather than the basic SELECT statement then you can get the number of items selected with the basic SELECTINFO function on UV or with @SYSTEM.RETURN.CODE on UD. Regards, Steve

Re: [U2] How many will be selected?

2010-10-19 Thread George Gallen
...@listserver.u2ug.org] On Behalf Of fft2...@aol.com Sent: Tuesday, October 19, 2010 1:56 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] How many will be selected? What you need to do is ask the system these questions: 1) How many groups are in this file? and 2) What group number am I in right now

Re: [U2] How many will be selected?

2010-10-19 Thread Henry Unger
-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: Tuesday, October 19, 2010 10:41 AM To: U2 Users List Subject: [U2] How many will be selected? UV here I open a file, then use SELECT filevarible then proceed to do a LOOP/READNEXT

Re: [U2] How many will be selected?

2010-10-19 Thread DAVID WADEMAN
] On Behalf Of George Gallen Sent: Tuesday, October 19, 2010 1:41 PM To: U2 Users List Subject: [U2] How many will be selected? UV here I open a file, then use SELECT filevarible then proceed to do a LOOP/READNEXT/REPEAT to scan through the file. OPEN ,SOMEFILE TO F.TEST ELSE STOP SELECT F.TEST LOOP

Re: [U2] How many will be selected?

2010-10-19 Thread Dan McGrath
- boun...@listserver.u2ug.org] On Behalf Of fft2...@aol.com Sent: Tuesday, October 19, 2010 1:56 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] How many will be selected? What you need to do is ask the system these questions: 1) How many groups are in this file? and 2) What group number