Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert a string in a asignament???
Message
From
05/11/2001 09:37:47
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00577359
Message ID:
00577361
Views:
14
>I, goodmorning!!!
>
>My code is the next:
>
>mainprog.prg:
>
>cMiVar=[cEnableTexbox=.f.]
>
>how to convert the "cMiVar" content in a var asignament.
>
>command window command-----
>? cEnableTextbox
>
>VisualFoxpro window result---
>.F.
>
>For your great help, very congratulated!!!

Hi William,

Try this:

cMiVar = "YourForm.TextBox.Enabled = .F."
&cMiVar

HTH
Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform