Hello Erel,
perhaps is something already know, but I noticed this behaviour in B4PPC.
if you declare in Sub Global
Dim Type(a,b,c,d) pippo
the right panel displays under Global Variables
pippo: Structure
if you declare instead in Sub Global
Dim Type(a,b,c,d) Pippo '(uppercase)
the right panel displays under Global Variables
pippo: Array
Is any reason for that?
May I use the declared structure (eg: pippo) as a standard Data Type to dim/redim other arrays?
Many thanks
Mimmo
perhaps is something already know, but I noticed this behaviour in B4PPC.
if you declare in Sub Global
Dim Type(a,b,c,d) pippo
the right panel displays under Global Variables
pippo: Structure
if you declare instead in Sub Global
Dim Type(a,b,c,d) Pippo '(uppercase)
the right panel displays under Global Variables
pippo: Array
Is any reason for that?
May I use the declared structure (eg: pippo) as a standard Data Type to dim/redim other arrays?
Many thanks
Mimmo