While experimenting with line numbers, I found out that these two statements

put "String1" into line 1 of fld "myField" -- A

and

put "String0" into line 0 of fld "myField" -- B

have the same effect if that line was empty to start with (Ken, should that be "were empty"?) - the string goes into line 1. However, if you start with an empty field and execute A then B, you end up with the second string put before the first string on line 1. If you reverse the order to B then A, A overwrites B. There are also variations on this with negative line numbers.

Do you think I can rely on this, or is it just an unplanned quirk as far as the RR engine is concerned?

Graham

---------------------------------------------------
Graham Samuel / The Living Fossil Co. / UK & France



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

Reply via email to