<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>Sure, I can make the arrays separate.<br><br>I'm just wondering why the code executes correctly in one direction, but not the other.<br>?<br><br><br><br><br><br><hr id="stopSpelling">From: Julian.Tenney@nottingham.ac.uk<br>To: xerte@lists.nottingham.ac.uk<br>Date: Wed, 19 Jan 2011 22:02:43 +0000<br>Subject: [Xerte] Re: array thing<br><br>
<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML">

<style>
.ExternalClass .ecxhmmessage P
{padding-right:0px;padding-left:0px;padding-bottom:0px;padding-top:0px;}
.ExternalClass BODY.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}
</style>

<style>
</style><style title="owaParaStyle">
.ExternalClass P
{margin-bottom:0px;}

</style>


<div style="font-size: 13px; color: rgb(0, 0, 0); direction: ltr; font-family: Tahoma;">
<div>initialise it up front somewhere?</div>
<div><font face="tahoma"></font> </div>
<div><font face="tahoma">Or make it a property of some handy icon, myHandyIcon.tracking = new Array();</font></div>
<div dir="ltr"><font color="#000000" face="Tahoma" size="2"></font> </div>
<div id="ecxdivRpF564387" style="direction: ltr;">
<hr>
<font color="#000000" face="Tahoma" size="2"><b>From:</b> xerte-bounces@lists.nottingham.ac.uk [xerte-bounces@lists.nottingham.ac.uk] On Behalf Of Dave Burnett [d_b_burnett@hotmail.com]<br>
<b>Sent:</b> 19 January 2011 22:00<br>
<b>To:</b> Xerte list<br>
<b>Subject:</b> [Xerte] array thing<br>
</font><br>
</div>
<div></div>
<div><br>
I have a proto and am trying to re-use an array in that proto<br>
<br>
<br>
tbl_correct_array = new Array();<br>
debug(tbl_correct_array); //shows blank<br>
<br>
//load the array <br>
for (i = 0; i < tableData[0].QUERY.length; i++){ <br>
debug('new array');<br>
   temp_array = tableData[0].QUERY[i].data.split(',');<br>
  for (j = 0; j < temp_array.length; j++){ <br>
    tbl_correct_array.push(temp_array[j]);<br>
  }<br>
}<br>
<br>
<br>
<br>
Now, I go to page 1, array loads correctly.<br>
<br>
On to page 2, array loads correctly.<br>
<br>
back to page 1, load loop says it's happening, but the array from page 2 persists.<br>
<br>
Ideas?<br>
  <br>
</div>
</div>
<br>

This message and any attachment are intended solely for the addressee and may 
contain confidential information. If you have received this message in error, 
please send it back to me, and immediately delete it.   Please do not use, 
copy or disclose the information contained in this message or in any attachment.  
Any views or opinions expressed by the author of this email do not necessarily 
reflect the views of the University of Nottingham.
<BR>

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
<BR>



<br>_______________________________________________
Xerte mailing list
Xerte@lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte

This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.                                         </body>
</html>