Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxpro Life
Message
From
18/04/2017 09:33:21
 
 
To
17/04/2017 14:48:23
General information
Forum:
Visual FoxPro
Category:
Contracts, agreements and general business
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Novell 6.x
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01649781
Message ID:
01650334
Views:
60
>>>Did DBASE III support for loops?
>>
>>Hrm... You've got a point, it might not have FOR loop (it's been a long since I've used dBASE III... It'll be easy enough to verify this -- I just need to locate a [working] computer with a [working] 5.25" floppy disc drive -- assuming that the floppy is still readable, that is)
>>
foo1 = "fee"
>>foo2 = "fie"
>>foo3 = "foe"
>>foo4 = "fum"
>>I=1
>>do while I<=4
>>    cIdx = ALLTRIM(STR(I))
>>    ? foo&cIdx.
>>    I = I + 1
>>enddo
>
>I'm not sure, but I think it came along with one of the fox versions.

I'm reasonably sure FOR was added in FoxPro 2.0.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform