Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Serious BUG: TYPE(
Message
De
06/01/2005 12:44:02
 
 
À
06/01/2005 11:22:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
00974039
Message ID:
00974732
Vues:
22
>Hi Fabio.
>
>>This is not true.
>>Varchar field save the string + lenght. No trim is done.
>>It is a different field.
>
>I agree that it's stored differently in the DBF structure, but strictly from a data type point-of-view, it isn't different than character.
>
>Doug

Sorry, but i cannot agree with this.
For same structure is necessary ( not sufficient ) same RECSIZE().

Try this, RECSIZE() is different:
CLEAR
SET NULL OFF

CREATE CURSOR TEST (F1 C )
? RECSIZE()
CREATE CURSOR TEST (F1 V )
? RECSIZE()
Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform