View Single Post
  #5  
Old 05-14-2013, 03:38 PM
JohnnyChimpo JohnnyChimpo is offline
Registered User
JohnnyChimpo's Avatar
Join Date: Jun 2004
Posts: 105
JohnnyChimpo is on a distinguished road
Quote:
Originally Posted by callimuc View Post
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.=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.
Reply With Quote