Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Divide by zero?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01050379
Message ID:
01050442
Views:
10
>Lets say you've done this...
>
>replace mytable.myfield with 5/0
>
>...now if you do this...
>
>? mytable.myfield
>
>...you will see all *'s.
>
>How can I test to see if that has happend? Its not null, its >0, vartype will be the same...is there like a isinfinty test or somethin in VFP?
#DEFINE INFINITY  0/0

? mytable.myfield=INFINITY
Previous
Reply
Map
View

Click here to load this message in the networking platform