Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Gains to achieve by strong typing memory variables
Message
 
 
À
04/07/2002 07:39:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00675290
Message ID:
00675400
Vues:
8
João

The strong typing really only applies to

1) COM interfaces to allow other languages to more easily use components developed in VFP.

2) used by intellisense

VFP memvars a still weakly typed. execution time and code size doesn't change.

local i as integer
i = "see I'm still really a weakly typed memvar"

>With VFP 7.0 we can define memory variables indicating their types,
> I would like to know from yours experiencies, if is there some real gain
> or loss in coding in such manner ??
>
> - The size of the final executable is smaller ?
> - The speed of execution is increasead ?
> - Can this can improve debugging time ?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform