Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can VFP do AI task or Allow Run-Time learn on handling T
Message
From
10/09/1999 00:17:38
 
 
To
09/09/1999 21:43:28
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00263224
Message ID:
00263248
Views:
16
>For example, I want to write a chess game!
>
>Can we run a list of Memo code from table?!
>

You can do this easily, now that the COMPILE command is available in the VFP runtime (VFP 6 SP3 Only).

STRTOFILE(MyTable.MyMemo, "Temp.prg")
COMPILE Temp.prg
DO Temp.PRG

Before SP3, this could still be done, but it required the use of Randy Pearson's CodeBlock program, which parses a code listing and broke it down for execution line by line with macro substitution (&SomeCommand).
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform