Moooooon-Aisha Posted January 14, 2018 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 116 Reputation: 19 Joined: 09/08/17 Last Seen: April 13, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 Haziel Posted January 14, 2018 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share 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 Link to comment Share on other sites More sharing options...
0 Moooooon-Aisha Posted January 15, 2018 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 116 Reputation: 19 Joined: 09/08/17 Last Seen: April 13, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.