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:
01050394
Views:
11
>>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?
>
>heh.. nevermind...this seems to work.
>
>x = mytable.myfield
>? ISDIGIT(ALLTRIM(STR(x)))

Victor,

I hope that the field is not negative
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform