I am attempting to convert some VB code into VFP7 and I could use some advice.
One line of code wants me to do an OR with a Hex value and end up with a value in the PT_STRING8 format.
I can do the OR with BITOR()
and I can certainly to the numeric-to-string conversion with STR(),
but I have no idea how to get the numeric value into the PT_STRING8 format.
The definitions that I have found so far are:
PT_STRING8 /* A null terminated 8-bit character string */
PT_STRING8 should be set to string value containing 8 bit characters only
but that definition, by itself, is not helping me.
If this is a use of STRCONV(), then what parameters are necessary to get to PT_STRING8?
Your assistance would be greatly appreciated.
Thanks,
I_Forgot
One line of code wants me to do an OR with a Hex value and end up with a value in the PT_STRING8 format.
I can do the OR with BITOR()
and I can certainly to the numeric-to-string conversion with STR(),
but I have no idea how to get the numeric value into the PT_STRING8 format.
The definitions that I have found so far are:
PT_STRING8 /* A null terminated 8-bit character string */
PT_STRING8 should be set to string value containing 8 bit characters only
but that definition, by itself, is not helping me.
If this is a use of STRCONV(), then what parameters are necessary to get to PT_STRING8?
Your assistance would be greatly appreciated.
Thanks,
I_Forgot