10-24-2005 02:16 PM
Hello,
The attached snippet of code contains a stacked sequence structure.
The first frame writes the values of two Booleans and an alphanumeric string to the 1st row on a spreadsheet.
The second frame should write the value of a third Boolean to the 2nd row of the spreadsheet, but instead it rewrites the data that was written in the 1st row in the 2nd row.
Why isn't this code working properly?
Thanks,
Drew
10-24-2005 02:38 PM
10-24-2005 02:44 PM
10-24-2005 02:46 PM
10-24-2005 05:52 PM
10-24-2005 06:37 PM
10-25-2005 09:33 AM
10-25-2005 11:03 AM
10-25-2005 12:34 PM
10-25-2005 01:33 PM
That's what I thought. The constant should be set to 0. The problem with that is as I said before.
When you set the constant to 0, the program only writes the 2nd row of the spreadsheet. Either that or it writes the 2nd row over the first row, I dont know which. Either way, it is not working as it was designed. Do you happen to know why this might be happening?
Thanks,
Drew
P.S. Thank you for the code. I very much appreciate you're help.