Check Display box existence by JSL
Hi,
Is there some function to check whether exists certain display box by number/title?
For instance:
dist = Distribution(Continuous Distribution( Column( :weight ) ));
Exists((dist<<report)[OutlineBox(10)])// will return return false
Exists((dist<<report)[OutlineBox("ABC")])// will return return false
Thank you.
MAS
vince_faller