I need to define a UNION and STRUCTURE to display bit wise information and to pick Low Level and High Level (4 bits each) into different character variables.
There really aren't these concepts in VFP. You can write you own functions to pick bits out of data with the BITxxx functions or mathematically using mod and div functions.
There are a couple Structure like classes available on the UT (
in the down loads are that make API calls much easier - they may be useful for what you are trying to do. (Struct.zip is one that has really good documentation.)
structures in fox does not exist. when using API calss that require a structure, a string is used. the string layout has to occupy the same memory space. there are functions available to assist.
what apis are you calling and what structure do you need.?? Attitude is Everything
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.