Hi,
can anyone help me with the following:
Suppose I have a variable ll_temp containing pi and a variable test
containing "ll_temp". Then with what syntax do I get the value of pi
out of test ??
ll_temp = 3.1415926
test= "ll_temp"
Thanks in advance,
Jacco Struik
can anyone help me with the following:
Suppose I have a variable ll_temp containing pi and a variable test
containing "ll_temp". Then with what syntax do I get the value of pi
out of test ??
ll_temp = 3.1415926
test= "ll_temp"
Thanks in advance,
Jacco Struik
Comment