Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Serious BUG: TYPE(
Message
From
06/01/2005 12:44:02
 
 
To
06/01/2005 11:22:28
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00974039
Message ID:
00974732
Views:
21
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform