Oops. Pressed send too early

On 19/06/07, Ian McKnight <[EMAIL PROTECTED]> wrote:
Hi Matthias

You could try the the following


put the number of lines in myTextFile into tNumberOfLines
put 20 into theDistanceBetweenLines -- this value is determined by the
height of your field and the distance you want between them

Repeat with theNextLine = 1 to tNumberOfLines

clone group "myhiddengroup"
set the name of  the last group to "Line"&theNextLine -- rename your
group eg Line 7 or Line 3?
set the loc of the last group to tXord, tYord +
thedistancebetweenLines -- put it into position you will need to
-- ungroup -- insert this command if you want the fields separated

show  group "Line"&theNextLine -- forgot about this

repeat with theNextField = 1 to 3
set the name of field "X_"&theNextField to theNextLine"&"_&"1" --
renames X_1 to theLineNumber_1
end repeat
end repeat



--
Regards

Ian

=======================
Ian McKnight

[EMAIL PROTECTED]
=======================
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to