Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   join() params (https://forums.graalonline.com/forums/showthread.php?t=69735)

xXziroXx 10-29-2006 02:12 AM

join() params
 
Would it be possible to make join() able to use params? Example:


PHP Code:

join("classname""foo");
function 
onCreated(param1)
{
  if (
param1 == "foo"//blah



Novo 10-29-2006 02:26 AM

PHP Code:

...
this.param1 "foo";
...

function 
onCreated()
  {
  echo( 
this.param1 );
  } 


xXziroXx 10-29-2006 02:27 AM

Quote:

Originally Posted by Novo (Post 1237414)
PHP Code:

...
this.param1 "foo";
...

function 
onCreated()
  {
  echo( 
this.param1 );
  } 


That works, but, it would be nicer with a built-in function.

xXziroXx 11-10-2006 09:55 PM



B U M P
!
!


Skyld 11-10-2006 10:06 PM

Quote:

Originally Posted by xXziroXx (Post 1237415)
That works, but, it would be nicer with a built-in function.

It isn't really necessary. :/

KuJi 11-10-2006 11:47 PM

lol... that's a really stupid idea o.O.

xXziroXx 11-10-2006 11:55 PM

Quote:

Originally Posted by Skyld (Post 1241641)
It isn't really necessary. :/

So? :pluffy:

Skyld 11-11-2006 12:20 AM

Quote:

Originally Posted by xXziroXx (Post 1241671)
So? :pluffy:

Use this. flags, or do something like:
PHP Code:

this.join("foo");
this.myFunction("param1""param2", ...); 


xXziroXx 11-11-2006 01:58 AM

Quote:

Originally Posted by Skyld (Post 1241677)
Use this. flags, or do something like:
PHP Code:

this.join("foo");
this.myFunction("param1""param2", ...); 


Thats not even half as fun :(


All times are GMT +2. The time now is 05:46 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.