Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fun with properties
Message
From
19/03/2023 12:03:41
 
 
To
15/03/2023 15:21:43
Lutz Scheffler (Online)
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01686375
Message ID:
01686389
Views:
69
Think this is a know issue

solve like
=eval(["blabla")]
"(blabla)"
>FYI
>
>Try the following:
>- Create a vcx based class
>- add two properties (or use any that is char)
>- into the first put a string like ("blabla")
>- into the second put a string like (blabla) (note: no number, no function)
>- close the class
>- reopen the class check the error - and the values
>
>Reason:
>The VCX stores an expression value of property like myprop : =" A value" as myprop = (" A value") within the VCX (properties field)
>The values from above get stored without testing for the syntax, but opening the the class does check for some syntax.
>
>I have a little fun on FoxBin2Prg ...
>(-‸ლ)
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform