Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IsNumeric - VFP analogue?
Message
From
23/12/1999 10:34:44
Paul Frost
Instem Computer Systems Ltd
Stone, United Kingdom
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00307922
Message ID:
00307928
Views:
40
>Hi Nadya,
>
>You can use the funcion TYPE.
>Example:
>
>IF TYPE(mynumber) = "N"
> WAIT WINDOW "IT'S A NUMBER!!!"
>ELSE
> WAIT WINDOW "IT'S SOMETHING ELSE!"
>ENDIF
>
>
>Cheers,
>
>Ricardo
Has this changed from VfP 5 - parameter to TYPE had to be a character expression, ie. TYPE( "mynumber" ) ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform