Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #25546 > unrolled thread

Re: Foxpro goto command and deleted records

Started byIan Kelly <ian.g.kelly@gmail.com>
First post2012-07-17 17:50 -0600
Last post2012-07-17 17:50 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Foxpro goto command and deleted records Ian Kelly <ian.g.kelly@gmail.com> - 2012-07-17 17:50 -0600

#25546 — Re: Foxpro goto command and deleted records

FromIan Kelly <ian.g.kelly@gmail.com>
Date2012-07-17 17:50 -0600
SubjectRe: Foxpro goto command and deleted records
Message-ID<mailman.2255.1342569053.4697.python-list@python.org>
On Tue, Jul 17, 2012 at 4:57 PM, Ethan Furman <ethan@stoneleaf.us> wrote:
> In Foxpro if you do a
>
> GOTO 7
>
> with deleted off and record 7 is deleted, the record pointer doesn't
> move (at least in version 6).
>
> I don't like that.
>
> I see four other options:
>
> 0) don't move the pointer (listed for completeness)
> 1) go to that record anyway
> 2) go to the next undeleted record
> 3) go to the seventh undeleted record (possibly the least practical)
> 4) raise an exception
>
> Any opinions?

Relevance to Python?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web