The following c2j compiler does not like:
COMBO(@s100),AT(7,67,154,14),USE(lBlagajna),READONLY,IMM,LEFT,FORMAT('400L(2)|M@s100@'),DROP(5,2),FROM(Queue:FileDropCombo)
When i delete READONLY and DROP properties all is OK.
Nenad
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The following c2j compiler does not like:
COMBO(@s100),AT(7,67,154,14),USE(lBlagajna),READONLY,IMM,LEFT,FORMAT('400L(2)|M@s100@'),DROP(5,2),FROM(Queue:FileDropCombo)
When i delete READONLY and DROP properties all is OK.
Nenad
READONLY currently not implemented. DROP(n) will work but I don't think DROP(n,m) is supported.
ok