What I mean is, I have some OBJ ASM procedures that take BYVAL STRING
arguments. Some of them could potentially need to call PBU UNIT procedures
that take BYREF STRING arguments. So, how can I go from a string
handle to the address of the string handle? The only builtin
PB/DOS string procedures I know of go the opposite direction.
Thank you for any assistance.
------------------
arguments. Some of them could potentially need to call PBU UNIT procedures
that take BYREF STRING arguments. So, how can I go from a string
handle to the address of the string handle? The only builtin
PB/DOS string procedures I know of go the opposite direction.
Thank you for any assistance.

------------------
Comment