How to include in a macro

Help with writing and playing macros

How to include in a macro

Postby Frank_NL » Tue Sep 28, 2004 7:09 am

:cry:
I would like to put a current line on top of a window; this can be done with the <Alt+Num"-"> key combination. But how can I include this combination in a macro?
Basically I want to look for a word, and then put the line with this word on top of a page.

Thanks,
Frank
User avatar
Frank_NL
Newbie
 
Posts: 1
Joined: Mon Sep 27, 2004 11:00 pm

Re: How to include in a macro

Postby Mofi » Tue Sep 28, 2004 9:35 am

This is simply not possible. The macro commands of UltraEdit are primary for editing purposes. Functions of UE, which are assigned to a key or key combination cannot be executed inside a macro, if there is no macro command available for it. If you look at the available macro commands, you will not find any special scrolling feature. Only simply cursor movements are available.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4051
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Macros