- Posted by
- since ^s not working, alternative solution is to use ^c, here the code GotoLine 1 Loop 10 Key RIGHT ARROW EndLoop SelectWord Copy Top Find "^c" // find the first line random number Key END Find "^c" // find the 2nd then replace, Similiar to "Find & replace" button Replace ""Posted in Macros
-   Topics
-   Views
- xmen
Apr 19, 2005
- Again, thanx. The above solution done well. Now, let say i have the line below 8759 6981 xxxx // xxxx is any random number and wish to be // selected and changed 7673 7136 0775 7393 4550 xxxx 6985 1391 0504 0207 5946 wanted result is 8759 6981 xxxx 7673 7136 0775 7393 4550 6985 1391 0504 0207 5946 ...Posted in Macros
-   Topics
-   Views
- xmen
Apr 17, 2005
- Again, thanx. The above solution done well. Now, let say i have the line below 8759 6981 0504 (but if the 0504 is changing to any random number, eg 9777, 6623, 8511. That means the third number is always need to be changed.) 7673 7136 0775 7393 4550 0664 6985 1391 0504 0207 5946 my solution here not...Posted in Macros
-   Topics
-   Views
- xmen
Apr 17, 2005
- Foremost, thanks. The result from 1) to (2) (1) 8759 6981 0504 8112 6981 0504 7771 6451 0504 6661 6166 0504 (2) 8759 6981 8112 6981 0504 7771 6451 0504 6661 6166 0504 but i would like the answer below 8759 6981 0504 8112 6981 7771 6451 6661 6166Posted in Macros
-   Topics
-   Views
- xmen
Apr 16, 2005
- says, i have those line below and i want to keep the first line only, but want to delete those 0504 in the rest of file 8759 6981 0504 <- always at first line for searching and wanted. 8112 6981 0504 <- 0504 to be deleted 7771 6451 0504 <- 0504 to be deleted 6661 6166 0504 <- 0504 to be deleted i wa...Posted in Macros
-   Topics
-   Views
- xmen
Apr 15, 2005