Hi Ole,
The problem with "current value" is that it doesn't mean much, because it's Dependant on the context.
Are you setting the value of this variable inside this procedure? Or are you expecting it to be set by a calling procedure?
PHP is similar in the sense that they also have session variables. Which are ideally what you want to be using. In other words, in nettalk
p_web.SSV('variablename','variablevalue')
or if you prefer the long-hand
p_web.SetSessionValue('variablename','variablevalue')
Session values can be included in your netWebSource as
<!-- Net:s:variableName)
cheers
Bruce