Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: STR() not support correctly null variables
Message
From
16/05/2003 10:40:30
 
 
To
16/05/2003 08:37:31
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00789137
Message ID:
00789229
Views:
23
I don't have VFP8 yet. Which lines cause an error below?

Only one error occurs in VFP6.

>
>nx=0
>nx=NULL
>?TYPE('NX')
>?STR(nx)   && no error in VFP6...displayes NULL
>nx='c'
>nx=NULL
>?TYPE('NX')
>?STR(nx)   && this errors out...as it should
>
>
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform