Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function to check variable type
Message
From
14/02/2001 17:48:39
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00476059
Message ID:
00476062
Views:
25
>Is there a quick function to check if a variable is a field from a table or a memory variable ?
>
>
>Thanks in advance.
IF TYPE('table.field')<>"U"
  *
  * It's a table field
  *
ELSE
  IF TYPE('field')<>"U"
    *
    * it's a memvar
    *
  ELSE
    *
    * no such animal exists
    *
  ENDIF
ENDIF
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform