function with parameter !

Posted By: nevo

function with parameter ! - 04/14/06 13:41

it's will help alot think about it for example(from javascript):
Code:

function write_text(my_text){
document.write(my_text);
}

write_text("asd");


this is my suggestion.
Posted By: TripleX

Re: function with parameter ! - 04/14/06 13:49

from cscript

function write_text(my_text)
{
diag(my_text);
}

write_text("asd");

read the manual and/or scripting tutorials
Posted By: nevo

Re: function with parameter ! - 04/14/06 13:51

I searched somthing like that and didn't find :\
LOL
© 2023 lite-C Forums