Posted 24 July 2016 - 04:00 PM
Hello,
I am working on an OS for ComputerCraft. In it, I have a serialized table in a file that is read by the program and the keys are displayed in a row. I want the keys to be displayed in a specific order, but they are always re-arranged into an order I do not want.
In the file, the keys are in the order {"File", "Edit", "View", "Go", "Window"}.
In the row, the text is in the order {"View", "Edit", "Window", "File", "Go"}.
I cannot change the order in the program because the program has to be portable for other files like this one. Is this a bug? Is there anyway I can fix this problem? I am running CraftOS 1.7.
Thanks, Jack
I am working on an OS for ComputerCraft. In it, I have a serialized table in a file that is read by the program and the keys are displayed in a row. I want the keys to be displayed in a specific order, but they are always re-arranged into an order I do not want.
In the file, the keys are in the order {"File", "Edit", "View", "Go", "Window"}.
In the row, the text is in the order {"View", "Edit", "Window", "File", "Go"}.
I cannot change the order in the program because the program has to be portable for other files like this one. Is this a bug? Is there anyway I can fix this problem? I am running CraftOS 1.7.
Thanks, Jack