overrisk99
Newbie
- Feb 1, 2012
- 15
- 0
I'm new at imacros
NOTE: "Read content of htm files"
likdes " <> ...
i need a script to read "the whole txt file" "not each line of text file" and insert a text box
When the text has multiple lines and contain comma
THIS SCRIPT NOT WORKING
SET !DATASOURCE F:\mb\test\1\1.txt
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE 1
TAB T=1
URL GOTO= www . xxx . com
FRAME NAME="editbox"
TAG POS=1 TYPE=TEXTAREA FORM=NAME:f ATTR=NAME:ta CONTENT={{!COL1}}
NOTE: "Read content of htm files"
likdes " <> ...
i need a script to read "the whole txt file" "not each line of text file" and insert a text box
When the text has multiple lines and contain comma
THIS SCRIPT NOT WORKING
SET !DATASOURCE F:\mb\test\1\1.txt
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE 1
TAB T=1
URL GOTO= www . xxx . com
FRAME NAME="editbox"
TAG POS=1 TYPE=TEXTAREA FORM=NAME:f ATTR=NAME:ta CONTENT={{!COL1}}
Last edited: