Hello everyone,
Is there a way to type cast equates, ie.
%MyEquate = 1 as Long
Would the following line insure that we
are dealing with a long for the equate:
%MyEquate = &h00000001
Thanks all,
Michael
------------------
Is there a way to type cast equates, ie.
%MyEquate = 1 as Long
Would the following line insure that we
are dealing with a long for the equate:
%MyEquate = &h00000001
Thanks all,
Michael
------------------
Comment