Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.Null.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: .Null.
Miscellaneous
Thread ID:
00257634
Message ID:
00257833
Views:
10
>I have a table with 5 records with record #3 having a .null. value in it. How can I scan the table without .null records?
>
>Eg.
>mytable
> name :scott, mike, .null., toni, amy
>
>scan for ??????

You'd use the ISNULL() function, so:

SCAN FOR ! ISNULL(name)

>?name
>endscan
>
>result: scott, mike, toni, amy
>
>What would be the correct syntax for me to use on the SCAN FOR????
>
>I would GREATLY appreciate for any helps I can get.
>Thanks
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform