Q
qwerqtzui
hi folks,
my problem is the following: i want to rename a variable with a name
that could be entered as a parameter to the subroutine, a la:
sub addvariables(var1, var2, NameOfVar3)
var3 = var1 + var2
rename var3 as NameOfVar3 'pseudo-code!!!
sub end
how can i "rename" var3 into "NameOfVar3". i need the new name for
further referencing.
thanx in advance,
felix
my problem is the following: i want to rename a variable with a name
that could be entered as a parameter to the subroutine, a la:
sub addvariables(var1, var2, NameOfVar3)
var3 = var1 + var2
rename var3 as NameOfVar3 'pseudo-code!!!
sub end
how can i "rename" var3 into "NameOfVar3". i need the new name for
further referencing.
thanx in advance,
felix