Hello all,
we often manipulate Control variables on certain fields either to protect them, make them input fileds, with intensity… etc.
How is it possible within a module before input to a map to see what is contained in the control variable, in other words, whether the control variable is intensified, input, modifiable, protected, displayed, not displayed etc…
eg .
i could do this
01 #data-cv (C)
move (ad=ON) to #data-cv /* making the data output, non-display
input map ‘testmap’
later if I need to check the control variable before seeing what it does to the field on the map (before input map)
How is it possible to see what is in #data-cv?
Many thanx