- Home
·
- Miscellaneous
·
- Determines whether the application is running in development mode (from the IDE) or in compiled for
Determines whether the application is running in development mode (from the IDE) or in compiled for
Determines whether the application is running in development mode (from the IDE) or in compiled form (EXE)
Rate Determines whether the application is running in development mode (from the IDE) or in compiled for
(1(1 Vote))
On Error Resume Next
Debug.Print 1 / 0
IsIDE = Err.Number <> 0
Err.Clear
End Function
Determines whether the application is running in development mode (from the IDE) or in compiled for Comments
No comments yet — be the first to post one!
Post a Comment