Origin Ver. and Service Release: Pro 8.6.0 SR3
Operating System: Win7Pro
Hi,
1. I use "wxt"-X-function for masking data points by condition.
wxt test:="col(ColName)$=strCond$" sel:=mask
It is very convenient for this purpose. However I could not find any similar function suitable for _unmasking_ data by the same condition. I would like to avoid the use of loops with if-command if possible. (I'm just wondering, why the unmask feature is not supported in the wxt-function?)
2. By the way, is it possible to set the number of items in the CheckBox UIM-object from script? According the UIM documentation this value can be set only manually, but sometimes undocumented feature occur...
I would appreciate for any helpful hints.
Regards,
Alexei
PS. The problem of unmasking has been solved:
wxt test:="col(ColName)$=strCond$" sel:=sel
mark -wd
Sorry to trouble with such a simple question.