Firstly, if this has been posted before, I apologise. Had a look and couldn't find anything on this topic.
I have data in two separate records, the record variable is an array with 2 dimensions. When I try to transfer the data from one array to the other, it doesn't work. Both values are integers.
For example;
Variable - Set AData[B][C].X = EData[(Picked integer)].X
Variable - Set AData[B][C].Y = EData[(Picked integer)].Y
Variable - Set AData[B][C].Z = EData[(Picked integer)].Z
Problem is, it's not working. The EData[(Picked integer)]._ does have a value before and after the actions are run. I confirmed this with an integer to text conversion trigger. It also has a value after, but the AData[B][C]._ value is 0 before and after.
Try it with literals instead of the variables for your indexes, to see, if it is a problem with your setup or with transferring data from records in general.
Well, it would be helpful if you would post the whole loop so we can see what exactly is happening. Seems to be a simple logical problem. There are no issues with "transferring" data between records in general. :)
Hi guys,
Firstly, if this has been posted before, I apologise. Had a look and couldn't find anything on this topic.
I have data in two separate records, the record variable is an array with 2 dimensions. When I try to transfer the data from one array to the other, it doesn't work. Both values are integers.
For example;
Variable - Set AData[B][C].X = EData[(Picked integer)].X
Variable - Set AData[B][C].Y = EData[(Picked integer)].Y
Variable - Set AData[B][C].Z = EData[(Picked integer)].Z
Problem is, it's not working. The EData[(Picked integer)]._ does have a value before and after the actions are run. I confirmed this with an integer to text conversion trigger. It also has a value after, but the AData[B][C]._ value is 0 before and after.
Help is appreciated.
Try it with literals instead of the variables for your indexes, to see, if it is a problem with your setup or with transferring data from records in general.
Well, it would be helpful if you would post the whole loop so we can see what exactly is happening. Seems to be a simple logical problem. There are no issues with "transferring" data between records in general. :)