- Posted by
- I need to merge 2 files into 1 but I need it to take line 1 of file1 and line 1 of file2 comma seperate them and put them on the same line Example File1 A B C D E F G H I File2 1 2 3 4 5 6 7 8 9 Merged File A,1 B,2 C,3 D,4 E,5 F,6 G,7 H,8 I,9Posted in UltraEdit General Discussion
-   Topics
-   Views
- Nikotine
Jan 28, 2006
- wow Maybe somehow by luck I posted in the right forum looking for the wrong solution. Anyway, where can I find some sort of tutorial on regular expressions? I would like to know why how that worked rather than it just does. And the help file does not go into any type of detail. Thanks I understand t...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Nikotine
Jan 25, 2006
- InsertMode ColumnModeOff HexOff UnixReOff Loop Find RegExp "," Find RegExp "," IfFound StartSelect Key END Cut Key HOME Paste "," Key HOME Key DEL Key END Else ExitLoop EndIf EndLoop Top UnixReOn //Works but its not pretty //Any Speed up pointers will be Much appreciated(No real need. This script di...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Nikotine
Jan 24, 2006
- **SORY ADMIN I POSTED IN THE WRONG FORUM< SHOULD BE IN MACROS** I have a CSV file of contacts I need to sort out. Firstname,Lastname,Email@Email.com Firstname,Lastname,Email@Email.com Firstname,Lastname,Email@Email.com Firstname,Lastname,Email@Email.com I need to move the email to the front of the l...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Nikotine
Jan 24, 2006