Hi all,
I have a little problem:
I have a macro that modifies a file ... Whe I run the macro normally (CTRL-M) all works fine.
Now I set this macro to "on Save" (Macro/macro to load and save file..., sorry, I have the german version) and nothing happens when I save the file.
I think, the problem ist the "IfExtIs" command... without this, the macro works on save...
But I don't want it on all files, only on .php....
Here ist the macro:
Frank
I have a little problem:
I have a macro that modifies a file ... Whe I run the macro normally (CTRL-M) all works fine.
Now I set this macro to "on Save" (Macro/macro to load and save file..., sorry, I have the german version) and nothing happens when I save the file.
I think, the problem ist the "IfExtIs" command... without this, the macro works on save...
But I don't want it on all files, only on .php....
Here ist the macro:
cuInsertMode
ColumnModeOff
HexOff
UnixReOff
IfExtIs "php"
PlayMacro 1 "onSave php"
EndIf
Frank