Hi, i'm trying following code in UE 12.20b without luck.
The goal with my macro is to isolate the filename or in other words to delete drive\path
input:
some text "F:\Projects\Long_hole.ide"
Wanted macro output:
some text "Long_hole.ide"
Here is the macro:
InsertMode
ColumnModeOff
HexOff
PerlReOn
Key END
Find Up "\"
StartSelect
Find Up "F:"
EndSelect
I can see that the curser for nano-seconds passes "\" and then stays by "F", however nothing is selected
I guess that this is some of the already diskussed "wait for timing" issues with UE.
If i'm wrong here, I would be very happy with some tips
If I in any way can do the same from the userinterface, I could solve my task with Macro Express ( http://www.macros.com/ )
However UE doesn't accept shift down with CRTL-F3
regards Lars
The goal with my macro is to isolate the filename or in other words to delete drive\path
input:
some text "F:\Projects\Long_hole.ide"
Wanted macro output:
some text "Long_hole.ide"
Here is the macro:
InsertMode
ColumnModeOff
HexOff
PerlReOn
Key END
Find Up "\"
StartSelect
Find Up "F:"
EndSelect
I can see that the curser for nano-seconds passes "\" and then stays by "F", however nothing is selected
I guess that this is some of the already diskussed "wait for timing" issues with UE.
If i'm wrong here, I would be very happy with some tips
If I in any way can do the same from the userinterface, I could solve my task with Macro Express ( http://www.macros.com/ )
However UE doesn't accept shift down with CRTL-F3
regards Lars