Hi,
I've created a series of macros for adding BBS type commands so I can compose my postings (like this one) in UE.
Here's an example:
However, a while back (possibly less than two months ago), Mofi (I think) wrote about a more native UE functionality to achieve the same thing. Since I can't remember the feature name, I can't search for it in the forums (or even the Help).
Can anyone point me in the right direction, please?
TIA,
Paolo
I've created a series of macros for adding BBS type commands so I can compose my postings (like this one) in UE.
Here's an example:
Code: Select all
InsertMode
ColumnModeOff
HexOff
UnixReOff
Find MatchCase "^s"
Replace All SelectText "[b]^s[/b]"
IfNotFound
"[b][/b]"
Key LEFT ARROW
Key LEFT ARROW
Key LEFT ARROW
Key LEFT ARROW
EndIf
Code: Select all
If there is a selection, surround it with [b]...[/b] if not, insert [b][/b] and place the cursor where I can start typing...
Can anyone point me in the right direction, please?
TIA,
Paolo
There is no such thing as an inconsistently correct system...
Therefore, aim for consistency; in the expectation of reaching correctness!
Therefore, aim for consistency; in the expectation of reaching correctness!