Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetExitCode
- Timestamp:
- 09/29/20 12:02:24 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetExitCode
v3 v4 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 !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. 18 18 19 19 == Example ==