Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to tell if variable or field
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01309758
Message ID:
01309785
Views:
7
>>>>Add a m., and use vartype().
>>>>If vartype(yourunknown)#'U' and vartype(m.yourunknown)='U'
>>>>*  yourunknown is a field
>>>>else
>>>>*  yourunknown is a memvar
>>>>Endif
>>>
>>>Interesting solution.
>>
>>It's not 100% safe, it will also report that an object is a field.
>
>I don't see a problem with the object here. For me this looks like a safe code.
yourunknown = CREATEOBJECT([EMPTY])
? VARTYPE(m.yourunknown)
Just because objects are memory variables also.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform