Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetExitCode
- Timestamp:
- 09/29/20 12:11:23 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetExitCode
v4 v5 15 15 == Remarks == 16 16 17 GetExitCode may be used after a ! SetExitCode call has been performed to determine the exit value that will be returned when the FORM_RUN ends. This would usually only be useful during a form done event.17 GetExitCode may be used after a !ExitWithCode call has been performed to determine the exit value that will be returned when the FORM_RUN ends. This would usually only be useful during a form done event. 18 18 19 19 == Example ==