This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

OVERLAY

Is it possible to do NOOVERLAY for XDATA and do OVERLAY for DATA.
Thanks,
Goran

Parents
  • Also, I have a lot of xdata and no need for compiler to do overlay.
    overlay does not cost you anything, so why worry.
    Another method would be to define the XDATA variables inside modules. outside functions, that, of course would make them module local, rather than function local, but they would not be overlaid.
    A third method would be to label them static, a static variable can not be overlaid.

    Erik

Reply
  • Also, I have a lot of xdata and no need for compiler to do overlay.
    overlay does not cost you anything, so why worry.
    Another method would be to define the XDATA variables inside modules. outside functions, that, of course would make them module local, rather than function local, but they would not be overlaid.
    A third method would be to label them static, a static variable can not be overlaid.

    Erik

Children
No data