For letters
One field and a
second field
MyoneField = ctrltext idcofOneField
? MyOneField != "" : MyArray = MyArray + MyOnefield ; TextOfSecondField = TextOfSecondField + MyOneField ; ctrlSettext [idcofOneField,""] ; ctrlsettext [idcOfSecondField,TextOfSecondField ]
? count Myarray > 2 : ctrlEnable [idcOfMyOnefield, false]
For numbers
You can convert string to num with this :
TheNumberString = ctrlText 100
TheNumber = -1
("TheNumber = " + TheNumberString ) ForEach [0]
("TheNumber = " + TheNumberString ) ForEach
? theNumber > 99 :ctrlEnable [100, false]
Or you can do the same for number and do a filter, don't know if ? stringA == stringB works but with array works.
Sorry if I'm not clear, it's my English and .... my nature