x$ = chr$(0, 0, 0, 0, &HC0, 0, 0, 0, 0, 0, 0, &H46)
Does the compiler pre-compile the chr$ function, since all parms are constants,
or does the chr$ execute at run time?
------------------
Thanks,
John Kovacich
Does the compiler pre-compile the chr$ function, since all parms are constants,
or does the chr$ execute at run time?
------------------
Thanks,
John Kovacich
Comment