QUOTE(yellowpika @ Jun 9 2009, 12:13 AM)
the game(ahem) ask me change parameter..(i hope this is not against the rules, will remove if mod ask me to)
parameter is some sort of variable valuessimple example from the URL parameter passing
http://forum.lowyat.net/index.php?showtopic=1054597
the "showtopic" is the parameter, "1054597" is the value
in terms of programming, parameter is the variable/value being passed as an arguments
public int destroyNinty(int param){
return param;
}
public void passingParam(){
int param2 = 1234;
destroyNinty(param2);
}
as you can see the "param2" parameter is being passed to the function "destroyNinty"
ok enuf of crapping
back to kapal selam
This post has been edited by ShinAsuka: Jun 9 2009, 06:14 AM
Jun 9 2009, 06:05 AM

Quote
0.0171sec
0.59
7 queries
GZIP Disabled