Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stupid question
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01126264
Message ID:
01126358
Views:
27
>>My mind is mush today.
>>
>>How do you store an empty DateTime to a varible?
>
>
ltDT = {// : }
The disadvantage of a weakly typed language. In VB you can define and initialize the variable in a much more straightforward way:

Dim ltDT As DateTime = Nothing
Previous
Reply
Map
View

Click here to load this message in the networking platform