1

Topic: how to assign value to some non-array parameters in a FOR loop

Hello,

First of all, I'm new to programming C++.

I'm not sure how to ask my question. Suppose we have the following parameters with a constant pattern:

RemoteXY.edit_D_L_1;
RemoteXY.edit_D_L_2;
RemoteXY.edit_D_L_3;
RemoteXY.edit_D_L_4;
.
.
RemoteXY.edit_D_L_n;

For some reason I cannot change them to array.

Is there any way I can assign value to them in a FOR loop?

2

Re: how to assign value to some non-array parameters in a FOR loop

Welcome,

I answered here https://forum.arduino.cc/index.php?topi … msg4628568