How to assign the name of a variable to another variable inside a function




name_of_m: matrix1;
name_of_m::  newvalue;

changes the value of matrix1.

Is that what you need?