Moooooon-Aisha Posted January 14, 2018 Posted January 14, 2018 Any ideas as to how to insert data into an array? I assumed it would be like this setd ".@item_list"+.@c+"$["+.@i+"]",getd(".@master_list"+.@c+"$["+.@i+"]"); however, i find it that it would record the wrong data Quote
0 Haziel Posted January 14, 2018 Posted January 14, 2018 The code looks right, I mean: setd ".@item_list" + .@c + "$[" + .@i + "]", getd(".@master_list" + .@c + "$[" + .@i + "]"); Check if the index you're seeking is exactly the same on both cases. Quote
0 Moooooon-Aisha Posted January 15, 2018 Author Posted January 15, 2018 Seems like there's an issue when using something like .@i + 1 on the formula. Thank you for the response. Quote
Question
Moooooon-Aisha
Any ideas as to how to insert data into an array?
I assumed it would be like this
setd ".@item_list"+.@c+"$["+.@i+"]",getd(".@master_list"+.@c+"$["+.@i+"]");
however, i find it that it would record the wrong data
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.