In 3.2 I got used to having to specifically declare user-defined variables (TYPE ... END TYPE) as SHARED, notwithstanding that a sub was declared SHARED in its SUB statement declaration. I.E., ONLY standard data types were included in the SHARED type, as distinct from using a SHARED statement.
In 3.5, recompiling some of my programs, I seem to have some new bugs. So I am wondering: Was that changed in 3.5? Are user-defined var types now included in the SHARED keyword in a SUB statement? If so, I'll have some fixing to do.
I'm not complaining; I just need to know.
Thanks.
------------------
In 3.5, recompiling some of my programs, I seem to have some new bugs. So I am wondering: Was that changed in 3.5? Are user-defined var types now included in the SHARED keyword in a SUB statement? If so, I'll have some fixing to do.
I'm not complaining; I just need to know.
Thanks.
------------------
Comment