STOP

STOP

Suspends execution.


REMARKS
* You can place this statement anywhere to suspend execution.
* This statement is similar to setting a breakpoint in the code.
* Unlike the End statement, this will not close any files or clear any variables.
* If a Stop statement is encountered in code that is running outside of the IDE then the debugger is invoked.
* For the Microsoft documentation refer to learn.microsoft.com

Stop 

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top