Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Optional parameters
Message
 
To
21/04/1997 13:38:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00029127
Message ID:
00029138
Views:
30
Erik, Look at the TYPE() function. It returns the type of variable you pass it. For example: If you wanted to check to see if a variable was logical you would have the following syntax... STORE .F. TO lTest IF TYPE(lTest)='L' ? 'Variable is logical' ELSE ? 'Variable is something else' ENDIF The FoxPro helkp file should give all the details on the different types returned. HTH, Garritt ****************************************************************** Garritt Grandberg, Programmer/Analyst Visionary Systems, Ltd Des Moines, IA E-Mail: Garritt@visionary.com http://www.visionary.com ******************************************************************
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform