On Tue, 19 Aug 2003 18:00:07 +1000, Martin Steer wrote:

Try, (if you are sure that you don't need any empty line) :

on mouseUp
> 
>   put ".ds_store" & return & "Help File 1.xml" & return & "Help File 
> 3.xml" into fileList
> 
>   put 1 into i
> 
>   breakpoint
>   repeat for each line currLine in fileList
>    put "" into line i of fileList
>     add 1 to i
>   end repeat
> replace cr&cr with cr in filelist
> end mouseUp
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to