Since numeric equates begin with % I assume they are stored with INTEGER precision. Am I wrong?
I need to make an Equate with LONG precision (for a number > 32,767)? so ...
1) will %my_equate = 60000 hold the number (after all)?
2) is &my_equate = 60000 a valid "Long" equate?
3) do I have to declare 'GLOBAL my_would_have_been_equate = 60000' ?
4) any suggestions / knowledge is welcome. Please!
Forgive my ignorance but the help files and the manuals don't seem to bear this out.
Many TIA ):
William Fletcher
I need to make an Equate with LONG precision (for a number > 32,767)? so ...
1) will %my_equate = 60000 hold the number (after all)?
2) is &my_equate = 60000 a valid "Long" equate?
3) do I have to declare 'GLOBAL my_would_have_been_equate = 60000' ?
4) any suggestions / knowledge is welcome. Please!
Forgive my ignorance but the help files and the manuals don't seem to bear this out.
Many TIA ):
William Fletcher
Comment