Hello guys,
How can i add multiple times a menu item which required condiments selection from user?
When the first item added in check the isl code throw an error because the code tries to add the next menu but the same time micros has a pop up where the user has to select the condiments for the menu.
Does anyone knows any workarround?
How can i add multiple times a menu item which required condiments selection from user?
Code:
FOR j = 1 TO @GST
IF Item <> ""
LOADKYBDMACRO Item
ENDIF
ENDFOR
When the first item added in check the isl code throw an error because the code tries to add the next menu but the same time micros has a pop up where the user has to select the condiments for the menu.
Does anyone knows any workarround?