Quote:
Originally Posted by callimuc
tryo to make it
PHP Code:
const lngNumber = 8;
function onActionServerside() {
temp.filename = NULL; //dont know why, just prefer to set it to NULL before using it
for (temp.i =0;i<lngNumber;i++){
temp.filename.add("levels/translations/server_de.po");
}
}
|
That worked thank you very much callimuc, i just have one thing to say however. In the whole grand scheme of things isn't quite inefficient to go and add another function call there? This language should accept the form i had written the first time. That and i could be wrong, but it would be a better means of doing it, based on the two.