¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Simpl+ arrays comparison


 
Edited

It will look something like this:




#Define_Constant MaxElements 20

Digital_Input Test

String Array1[MaxElements][8],
Array2[MaxElements][8];
Integer Array3[130];

Push Test
{
Integer i;
SetArray(Array3, 0);
For(i = 1 to MaxElements)
{
If(Array1[i] != Array2[i]
{
Array3[AtoI(Array1[i]] = AtoI(Array2[i]);
}
}
}

Join [email protected] to automatically receive all group messages.