If I use RANDOMIZE TIMER in a UNIT, and the code in the unit
is invoked, would the RANDOMIZE statement apply to the whole
EXE? Or is it UNIT-specific? If it's unit-specific, would I
have to call it every time a procedure in the unit is called,
or would initially calling it one time in the unit make it apply
to the whole unit for the life of the EXE?
Thank you for any replies.
------------------
is invoked, would the RANDOMIZE statement apply to the whole
EXE? Or is it UNIT-specific? If it's unit-specific, would I
have to call it every time a procedure in the unit is called,
or would initially calling it one time in the unit make it apply
to the whole unit for the life of the EXE?
Thank you for any replies.

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