Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do_while?
Message
From
14/06/2004 06:34:18
 
 
To
11/06/2004 13:02:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00912788
Message ID:
00913357
Views:
13
Thanks for your answer but if the INSERT sould do what you said, then in the following example the "SKIP" should make every second record leave out.

Create Cursor temp (int1 i, num1 n(4,0))
DO WHILE recno() < 10
Insert Into temp (int1, num1) Values (RECNO(),RecNo()*10)
SKIP
ENDDO

It is because when the recno() is evaluated first and the INSERT fills the first record and moves the record pointer to the next one, the SKIP should moves the record pointer to the following record so the actual record pointer is now on the the third record. Am I thinking right?

Thanks,
Tamás Szigeti
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform