Variable substitution in MQL like in another language ?

 

Hi

Is there any kind of variable substitution in MQL4 :

double MaVariable;

string MaChaine = "MaVariable";

&MaChaine = 10; // or (MaChaine)=10; // or something I haven't seen

Print(MaVariable); // print 10

thanks

 
99.999% sure that the answer is no. there are no pointers in MQL4...