04-27-2007, 12:10 PM
Ok i tried this but it didn't work i'll give the situation to explain and maybey i'm missing someting:
I have a dialog, in this dialog there is a checkbox, if it's checked it has to exclude some code. The action depends on what is selected in a listbox. The listbox-action jumps to a certain part of code like this:
this part
is c3Che = 1
,mes "checkbox checked"
else
, mes "checkox unchecked"
No action (message) is given, the output field gives only counting numbers?
Any ideas what i'm doing wrong?
I have a dialog, in this dialog there is a checkbox, if it's checked it has to exclude some code. The action depends on what is selected in a listbox. The listbox-action jumps to a certain part of code like this:
this part
is c3Che = 1
,mes "checkbox checked"
else
, mes "checkox unchecked"
No action (message) is given, the output field gives only counting numbers?
Any ideas what i'm doing wrong?
