0 Members and 1 Guest are viewing this topic.
In other news, Frey continues kicking unprecedented levels of ass.
a+biFullClrHomeDisp "MY","NAME","IS","FRIDAYrand(15ClrHomeDisp "THE","SERIAL","TIME","KILLER.rand(15ClrHome
First, ( I dont know if you have already done this ) delete ALL closing brackets and quotes from the end of each line.
Oh, okay. See, that's the kind of stuff I'm talking about. Also, the reason I'm using SetUpEditor is that it UnArchives LZ if it it exists in Archive, does nothing if it exists in Archive, and creates it with zero elements if it doesn't exist, which is why the following line is 5->dim(LZ
Also, I worked it out, and chaining the Disps is the exact same size as creating separate lines for them, because when chaining, the 2 bytes saved by not putting :Disp is offset by having to add ", instead. Unless it's faster one way or another, I don't see a reason to change it.
Also, the problem with While loops is that they test at the beginning instead of the end, so the savings are counteracted by having to put 0->K before everyone of them.