Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this an integer ?
Message
From
05/03/1999 08:14:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Is this an integer ?
Miscellaneous
Thread ID:
00194389
Message ID:
00194389
Views:
57
I kow that with the type() function i am able to see if is a

Character returning C
Numeric (also float, double, and integer) returning N
Currency returning Y
Date returning D
DateTime returning T
Logical returning L
Memo returning M
Object returning O
General returning G
Screen (created with SAVE SCREEN) returning S

my variable is an integer value
so the type function is returning me 'N'
but i want to know also if it is a numeric
or a integer

like this
do case
case type(mvariable) ='N'
if mvariable = integer then
else
action
endif

can you please help me out ,

David
from (we walk on wooden shoes) holland
Next
Reply
Map
View

Click here to load this message in the networking platform