Seems that I can't directly shuffle elements in the array resulting from a Separate>
So this doesn't work:
Let>mydata_%k%=mydata_%q%
but this does:
Let>newval=mydata_%q%
Let>mydata_%k%=newval
Is that expected or am I missing something?
Separate/array question
Moderators: JRL, Dorian (MJT support)
I don't know that it should or should not be expected but as a matter of habit I always set arrayed variables to another benign variable before use. It always work that way and eliminates frustration... I hate frustration.
Let>kk=1
Let>var_%kk%=one
//Then to retrieve and use
Let>value=var_%kk%
MDL>value
You and I previously discussed more or less this same subject here
Let>kk=1
Let>var_%kk%=one
//Then to retrieve and use
Let>value=var_%kk%
MDL>value
You and I previously discussed more or less this same subject here