Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fun with properties
Message
De
19/03/2023 12:03:41
 
 
À
15/03/2023 15:21:43
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
01686375
Message ID:
01686389
Vues:
70
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform