Try:
[CODE}
$string = "string"
$value = 1

$total = $string + $value
? " Loop 1 $total "

$value = $value + 1

$total = $string + $value
? " Loop 2 $total "
[/CODE]

------------------
Lon Geefshuysen (MCP)
kixtart.to/lon
lon@kixtart.to