Moooooon-Aisha Posted January 14, 2018 Share Posted January 14, 2018 Any ideas as to how to insert data into an array? I assumed it would be like this setd "[email protected]_list"[email protected]+"$["[email protected]+"]",getd("[email protected]_list"[email protected]+"$["[email protected]+"]"); 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 Share Posted January 14, 2018 The code looks right, I mean: setd "[email protected]_list" + [email protected] + "$[" + [email protected] + "]", getd("[email protected]_list" + [email protected] + "$[" + [email protected] + "]"); 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 Author Share Posted January 15, 2018 Seems like there's an issue when using something like [email protected] + 1 on the formula. Thank you for the response. Quote Link to comment Share on other sites More sharing options...
Any ideas as to how to insert data into an array?
I assumed it would be like this
setd "[email protected]_list"[email protected]+"$["[email protected]+"]",getd("[email protected]_list"[email protected]+"$["[email protected]+"]");however, i find it that it would record the wrong data
Link to comment
Share on other sites