Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 16,302 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
function with parameter ! #70855
04/14/06 13:41
04/14/06 13:41
Joined: Apr 2006
Posts: 39
Israel
N
nevo Offline OP
Newbie
nevo  Offline OP
Newbie
N

Joined: Apr 2006
Posts: 39
Israel
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.


Nevo - Web developer: HTML, CSS, JAVASCRIPT, PHP.
Re: function with parameter ! [Re: nevo] #70856
04/14/06 13:49
04/14/06 13:49
Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
TripleX Offline
Expert
TripleX  Offline
Expert

Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
from cscript

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

write_text("asd");

read the manual and/or scripting tutorials

Re: function with parameter ! [Re: TripleX] #70857
04/14/06 13:51
04/14/06 13:51
Joined: Apr 2006
Posts: 39
Israel
N
nevo Offline OP
Newbie
nevo  Offline OP
Newbie
N

Joined: Apr 2006
Posts: 39
Israel
I searched somthing like that and didn't find :\
LOL


Nevo - Web developer: HTML, CSS, JAVASCRIPT, PHP.

Moderated by  aztec, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1