>I didn't need to look at any reference material (other than an ASCII >chart). This is written from memory. Uh, p. 66 _is_ an ASCII chart. > >LOCAL FN printWordString > DIM myString$ > DIM i, a% > '======================= > 'Insert your code here. You should need 7 POKE statements. > FOR i = 0 TO 7 > READ a% > POKE @myString$+i,a% > NEXT > '======================= > PRINT myString$ 'Make this print the word "String". >END FN > >DATA 6,83,116,114,105,110,103 > Neat solution. You demonstrated your understanding, so I'll give you an A-minus even though you didn't follow the instructions. (I see a "$" in your 3rd line, and you altered the given.) (Wait a second... Are you taking this class for credit? Oh well. :o) I assume you _can_ do it the way I presented it. If so, I'll take your word for it. I'm convinced you are out of the fog, so happy coding. Till next time... (I'll be calling on you when _I_ get fogged.) 0"0 =J= a y "