How to assign the name of a variable to another variable inside a function
- Subject: How to assign the name of a variable to another variable inside a function
- From: Richard Fateman
- Date: Fri, 10 Sep 2010 06:26:49 -0700
name_of_m: matrix1;
name_of_m:: newvalue;
changes the value of matrix1.
Is that what you need?