Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A question on 0
Message
From
30/05/2006 05:40:30
 
 
To
30/05/2006 05:26:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01125785
Message ID:
01125789
Views:
18
>if i do something like
>
>create cursor qsomething(Nnos n(6))
>appe blank (5 times)
>list
>
>i cannot see the 0 in the field Nnos
>
>however if i browse and press on the delete key and then do a list i can see the 0
>
>my question is can i programatically find out if the 0 exists , meaning can i find out if the field has been physically visited.

Append blank does what it is asked to, namely appending "blank" records! You can use ISBLANK() to check whether a field is blank, or holds a value. However, almost all VFP commands and functions treats a blank numeric field as 0. Just like blank logical fields are treated as .F.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform