- Posted by
- Mofi, Thank you contributing this code. It makes sense but when I run within UE 12.2, it deletes the entire file. It seems the problem is the Replace All "" command which seems to wrap around the file. I have the parameter "Continue find at End of File" in my preferences unchecked. I did a Macro Qui...Posted in Macros
-   Topics
-   Views
- Hownow
Nov 30, 2006
- I have a script that trims the leading spaces in a grouping of text. It works fine until the last line. The Key Down Arrow command doesn't move to a new line and the macro runs continuously within the last line and deletes everything. I can't seem to coordinate the IfEof command to reference the fai...Posted in Macros
-   Topics
-   Views
- Hownow
Nov 29, 2006
- Mofi, Thank you for this elegant solution! I "stepped" through the code to figure out how you accomplished this. I was wondering how I could set breakpoints, maybe this will get me beyond the beginners level. How does this command - Replace All SelectText " " know to remove the CR/LF at the end of e...Posted in Macros
-   Topics
-   Views
- Hownow
Jul 19, 2006
- Hi Mofi, I haven't been able to make this macro work. Your help would be appreciated. Here is my variation: InsertMode ColumnModeOff HexOff UnixReOff TrimTrailingSpaces Top Loop SelectLine Find "Trade" Replace All SelectText "Trade" IfNotFound Key END " " Key DEL Else ExitLoop EndIf I am trying to c...Posted in Macros
-   Topics
-   Views
- Hownow
Jul 19, 2006