Anlage des Repos
This commit is contained in:
12
current/Modules/ShowWinLineProgramMacros.vbs
Normal file
12
current/Modules/ShowWinLineProgramMacros.vbs
Normal file
@@ -0,0 +1,12 @@
|
||||
Sub ShowWinLineProgramMacros
|
||||
If (DEBUG_ON = True) Or (DebugMode = "Enabled") Then
|
||||
'Return to Macro Window
|
||||
MApplication 2
|
||||
MApplication 0
|
||||
MWindow 45, False
|
||||
MSetFieldFocus 45, 100
|
||||
MSetFieldFocus 45, -1
|
||||
MActivateWindow 45
|
||||
MSetFieldValue 45, 121, CWLMacro.MName
|
||||
End If
|
||||
End Sub
|
||||
Reference in New Issue
Block a user