Thanks Alex,

> Correct. But *CfgNurNetto is a global, set in 'main', before this page is
> called.
>
> I see! ... that makes sense. First I thought it could become a little
confusing to have all the variables (for different pages) be set in main -
but it's akin to "config" files where we do such things already.


>
>       (if (= "ABC" (get *ID 'cmts R 'cmt))
>
> Thanks for all the tips! - this is much more concise.


>    (for Obj (; *ID cmts)
>       ...
>       (gui 2 '(+TextField)
>          (if (= "ABC" (; Obj cmt)) 50 150)
>          3 ) )
>
>
> I had sort of arrived at it myself - I did a (for Obj (: chart 1 data) -
but that seemed to require some more work to get the scrolling right - but
yes, I see the point.

Regards,
Kashyap

Reply via email to