You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MsgBox, 4, , Would you like to continue?, 5 ; 5-second timeout.IfMsgBox, NoReturn ; User pressed the "No" button.IfMsgBox, Timeout
Return ; i.e. Assume "No" if it timed out.; Otherwise, continue:; ...
Actual formatted output snippet
MsgBox, 4, , Would you like to continue?, 5 ; 5-second timeout.IfMsgBox, NoReturn ; User pressed the "No" button.IfMsgBox, Timeout
Return ; i.e. Assume "No" if it timed out.; Otherwise, continue:; ...
The text was updated successfully, but these errors were encountered:
Description
No indent for "one command code" after IfMsgBox .
Expected formatted output snippet
Actual formatted output snippet
The text was updated successfully, but these errors were encountered: