Refer to variable by construction ??
in
Programming Questions
•
1 years ago
If I have a variable say, X3; can I construct a way to refer to it mathematically?
i.e.
byte x3 =0;
byte a=3;
"X" + a =6
I need to provide the 3 indirectly.
1