Constant Code Example - Constant Code Example - AnyDoc - CAPTUREit - AnyDoc/CAPTUREit/Foundation-23.1/CAPTUREit/VBScript/VBScript-Examples/Constant-Code-Example - Foundation 23.1 - Foundation 23.1

CAPTUREit

Platform
AnyDoc
Product
CAPTUREit
Release
Foundation 23.1
License
ft:lastPublication
2023-11-17T13:17:46.194000
ft:locale
en-US

Option Explicit

'******************************

'* Begin Immediate mode Code *

'******************************

‘ Display the name of the event as each event is fired

MsgBox vbsEventName & " " & AppModeString(CurrentMode)

'******************************

'* End Immediate mode Code *

'******************************