Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (degenerate_762, AbrahamR, AndrewAMD, ozgur), 667 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 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 | chip programmers | 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