Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
For .... Endfor Statement
Message
From
08/07/1999 12:03:14
 
 
To
08/07/1999 11:59:44
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00238902
Message ID:
00238903
Views:
9
>I'm trying to create a FOR statement that will appen blank records in a table based on the number of records in a different table.
>
>FOR i=1 TO CDCID.LAST_REC
> APPEND BLANK
>ENDFOR
>
>CDCID.LAST_REC contains the total number of records that's been entered in for the current session.
>
>Jeff T.
SELECT CDCID

SCAN
   SELECT MYTABLE
   APPEND BLANK
ENDSCAN
Previous
Reply
Map
View

Click here to load this message in the networking platform