How about using execute:

code:
break on

$I = 0

While $I < 5
$=Execute("$$TMPVAR$I = $i")
$I = $I + 1
Loop

?"TmpVar2=" $TMPVAR2

exit 1

-Shawn

[ 12 April 2002, 18:59: Message edited by: Shawn ]