Tuesday 9 May 2006

UltraEdit Macro - Delete after comma

Macro for UltraEdit
Deletes everything after the final comma ',' on all lines
InsertMode
ColumnModeOff
Key HOME
HexOff
UnixReOff
Loop 
IfEof
ExitMacro
Else
Key END
Find Up ","
StartSelect
Key END
Key BACKSPACE
EndSelect
Key DOWN ARROW
EndLoop

No comments: