some more clipped IRC logs:
**I clipped out the irrelevant stuff to make the log slightly smaller
As for why I used the code tag, it was for the scrolling...
Code:
IRC Logs:
[2018-03-05 15:47:51] <SM84CE> no, to combine 3 lists into 1?
[2018-03-05 15:48:05] <P_T> Copy(L1+0,L2+0,3
...
[2018-03-05 15:48:26] <P_T> Data( takes only numbers as arguments
[2018-03-05 15:48:32] <SM84CE> oh...
[2018-03-05 15:49:19] <SM84CE> so I'd use Copy(L1+0,L2+0,3) to get...
[2018-03-05 15:50:02] <P_T> Magic
[2018-03-05 15:50:04] — P_T runs
[2018-03-05 15:50:34] <SM84CE> The end result has to be {L1(0),L1(3),L1(6),L2(0),L2(3),L3(0),L3(3),L3(6)} in DATA
[2018-03-05 15:52:21] <SM84CE> how the heck do I do that in ICE?
...
[2018-03-05 15:54:30] <saxjax> [john35588] freeze it.
[2018-03-05 15:55:25] <SM84CE> hehehe
[2018-03-05 15:56:00] <SM84CE> no, really... P_T?
[2018-03-05 15:57:23] <jcgter777> hey people
[2018-03-05 15:57:30] <jcgter777> SM84CE on irc, eh?
[2018-03-05 15:57:33] <P_T> Lol wat
[2018-03-05 15:57:36] <P_T> Ehm let me see
...
[2018-03-05 16:00:04] <P_T> No, then you would need this:
[2018-03-05 16:00:40] <P_T> Alloc(27->DATA \ Copy(DATA,L1,9 \ Copy(DATA+9,L2,9 \ Copy(DATA+18,L3,9
...
[2018-03-05 16:00:54] <P_T> Or omit the first store if you already know DATA
[2018-03-05 16:01:48] <SM84CE> you mean the Alloc()?
[2018-03-05 16:01:52] <P_T> Yes
[2018-03-05 16:02:20] <SM84CE> so after reading to 3 lists before starting, I would omit the Alloc when saving?
[2018-03-05 16:02:48] <P_T> I think so, because you used DATA already?
[2018-03-05 16:03:11] <SM84CE> DATA in the beginning was what would be split into the 3 lists
[2018-03-05 16:03:16] <SM84CE> so, yes?
[2018-03-05 16:03:20] <P_T> Yes
[2018-03-05 16:04:48] <SM84CE> ok, lemme post these IRC logs for reference...