<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:#AA00AA;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;
        mso-footer-margin:.5in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink="#AA00AA">

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I am interested in creating several large, multidimensional
arrays within my stack (I’m creating a diagnostic testing program).  What
I want to do is add info to and remove info from these arrays during the use of
the program, and then, when the user completes the test, pipe the information
contained in the arrays to a text file for teacher assessment.  Is there a
quick and painless way to do this?  So far I have been able to create and
edit the values of the dimensions of the arrays just fine, but the end text
file baffles me.  I have toyed with the idea of using a function or a repeat
loop to obtain the values to put into the file, but I was hoping there would be
an easier way.  There isn’t much documentation on arrays, so I would
really appreciate any suggestions!<o:p></o:p></span></font></p>

</div>

</body>

</html>