Why does this not put the file string into temp.filename array, the output of this is 0.
PHP Code:
const lngNumber = 8;
function onActionServerside() {
for (temp.i =0;i<lngNumber;i++){
temp.filename[i] = "levels/translations/server_de.po";
}
}
This isn't all the script obviously but when i take the for loop out everything works correctly i'm stumped. Thanks in advance.