Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Am I missing something here - CTOD()
Message
From
06/12/2001 09:46:07
 
 
To
06/12/2001 09:38:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00590504
Message ID:
00590510
Views:
29
This message has been marked as a message which has helped to the initial question of the thread.
>Hello all;
>
>I am trying to set a empty value to a date type variable and the VFP are complaining of:
>
>
mybeautydate = ctod("  /  /  ")
It's probably bitching about strict date typing; you can either turn of strict date handling with SET STRICTDATE To 0; better would be to avoid the CTOD() entirely and just use the date literal form:
MyEmptyDate = {}
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