- Posted by
- Thanks Mofi for your fast reply. Been reading your post over and over again to really understand it. Very complicated for a newbie like me. :P So sorry if what I ask below have already being answered before. I just need a clear guide on how to setup this Macro. Can the script be modified to fit belo...Posted in Macros
-   Topics
-   Views
- mystrique
Mar 20, 2006
- Thank you Mofi for your feedback. I have updated the previous post with BEFORE and AFTER results. I guess the only way is to create a file with all the words in it and manually split the syllable and add the hypen symbol. This will be a library which can be used over and over. The macro function is ...Posted in Macros
-   Topics
-   Views
- mystrique
Mar 20, 2006
- Hi, I need to split some words and add hypen between them. The hyphen will be as a delimeter to verify that it is a single word in order to avoid being wrapped when displayed. This is to create a justify-aligned content. Below are some sample. BEFORE Welcome to the IDM Forum. This forum is meant as ...Posted in Macros
-   Topics
-   Views
- mystrique
Mar 19, 2006
- Hi! Let say, now the text looks like this, 105:1 Lorem ipsum dolor sit amet. 105:2 Consectetuer adipiscing elit. 105:3 Maecenas venenatis semper lorem. 201:4 Mauris dapibus. 201:5 Phasellus tempor est vitae nulla. 301:0 Aliquam tempor augue eu purus. 301:3 Maecenas venenatis semper lorem. 301:4 Maur...Posted in Macros
-   Topics
-   Views
- mystrique
Sep 23, 2005
-   Topics
-   Views
- mystrique
Sep 22, 2005
- Hi, Here are samples of the text: 105:1 Lorem ipsum dolor sit amet. 105:2 Consectetuer adipiscing elit. 105:3 Maecenas venenatis semper lorem. 105:4 Mauris dapibus. 105:5 Phasellus tempor est vitae nulla. 106:0 Aliquam tempor augue eu purus. I would like to copy each line and save to a new HTM file....Posted in Macros
-   Topics
-   Views
- mystrique
Sep 21, 2005
- Thanks Mofi, I tried to run the Macro using the sample text given earlier but got error "Search string not found". No text file created also. InsertMode ColumnModeOff HexOff UnixReOn Top Clipboard 9 ClearClipboard Loop Find RegExp "^[2]\.[0-9]*.*$" IfFound CopyAppend Else ExitLoop EndIf EndLoop NewF...Posted in Macros
-   Topics
-   Views
- mystrique
Sep 10, 2005
- Hi, Below are my attempt on creating the Macro; InsertMode ColumnModeOff HexOff UnixReOn Top Find RegExp "^[2]\.[0-9]*.*" Copy Paste NewFile SaveAs "002.txt" Problems are; 1. I tried the RegExp via Find function and it works well, so I guess the codes are correct. 2. I run the Macro only to find out...Posted in Macros
-   Topics
-   Views
- mystrique
Sep 09, 2005
- Hi, I need to find a specific string in one big text file and save it to a new file. Below are the sample of the text. 1.0 abc 1.5 def 2.8 abd 2.7 bfv 2.9 bbg 2.0 bbh 2.2 ffg 2.1 ddf 3.4 jjj 3.2 hhh 3.9 lll 4.5 kkk What I need to do; All strings that start with 1.XXX will be saved as 001.txt All str...Posted in Macros
-   Topics
-   Views
- mystrique
Sep 08, 2005