On the dim can you do it like $Array[$RecCount]

?

Thanks

Specifically here is what I am doing.

code:
  $Index = 0
While (Stuff Happening)
$STMI[$Index] = Val ("$Line")
?"Value: "$Array[$Index]
$STMITot = $STMITot + $STMI[$Index]
$Index = $Index + 1
Loop

Does this look wrong?
_________________________
Austin Henderson