Jeremy,

The only thing I can think of is that maybe your adding of data is changing line numbers. Do you ever put more than one line worth of data into that empty line? If so, that would throw off the count and give you confusing results...

HTH

on Add_New
repeat with x = 1 to 10
if line x of variable is empty then
Add some data to the line here
end repeat
end Add_New

This returns true, and is the exact line (minus the if) from the above code!??
answer (line x of variable is empty)

_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to