Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mandatory field, not xxxx
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01342883
Message ID:
01342919
Views:
14
Naomi

I kept the & because I need a variable to be a member of a form


thisform.text1.value= "aaaa"

store "text2" to my myText

thisform.&mytext.value = "aaaa" && does not work

then:

store "thisform." + Mytext + ".value" to txtBox

&txtBox = "aaaa" && now works


How would you remove the & from it ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform