Question: How to assign value to a variable which had converted to variable?


For a from 1 to 2 do

convert(cat("k",a),symbol) := a;

od;

Error : can not do assignment 

how to do ?

Please Wait...