imacros :How to read the "text has multiple lines and contain comma"?

overrisk99

Newbie
Joined
Feb 1, 2012
Messages
15
Reaction score
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}}
 
Last edited:
Back
Top