I am a beginner in Livecode, I have created Menu bar using menu builder, My problem is when I click the menu item a check mark should appear along with the menu item and perform some task, During the second click the menu item should appear without check mark for that I am using the following code, but while using this code along with menu item I got "!c" text. How I solve this Problems

Code: Select all
put "!c" before line 2 of button "File"
Kevin