Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fun with properties
Message
De
15/03/2023 15:21:43
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Fun with properties
Divers
Thread ID:
01686375
Message ID:
01686375
Vues:
117
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 ...
(-‸ლ)
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform