Hello all,
Is there a way I can output the name of a variable.
i.e. If I had a variable $myVariable is there any way I can output 'myVariable' ?
I would like this for a dynamic function...
Cheers
No; but then, why would a dynamic function need it? If the variable is $myVariable you already know that the name is 'myVariable'.