View Single Post
  #1  
Old 12-14-2001, 11:01 PM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
function arguments

can you pass arguments through functions in graal like this?

funtion Test(this.test){
this.test+=5;
}

Test(5);


this.test would now be worth 10 if it worked
Reply With Quote