Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Executing code from a memo field
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00528461
Message ID:
00528927
Views:
20
I'll try it - Thank you Ismael.

Roger.

>>I have a table wich has a memo called 'doit' field and would like to execute >code from within it depending on the record.
>>How do I execute it?
>
>>After pointing to the right reccord, I tried:
>>&doit
>
>>also lcDoit = table.doit
>
>Try using this code:
>
>FOR i = 1 to MEMLINE(table.doit)
> lcCode = MLINE(table.doit, i)
> &lcCode
>ENDFOR
One can acquire everything in solitude but character.
Stendhal (1783-1842)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform