05.09.2012, 22:25
I would assume when saving a variable into a file and also reading it, such as:
would be slower to save compared to saving it as:
Where the length in the variable name is shorter, would I be correct?
Код:
VariableNameHere = 3
Код:
VarName = 3