Thread: Dynamics
View Single Post
  #4  
Old 12-01-2006, 02:49 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Hmm..
PHP Code:
function onCreated() {
 
temp.func "onTest";
 
temp.paramz = {1,2,3};
 (@
temp.func)(@temp.paramz);
 
/*
 (@temp.paramz) - returns  "1,2,3"   not {1,2,3}
 I see that "1,2,3" would be a string right?
 Would there be a way I could get it recognized as, without using that method Im currently using?
 onText(1,2,3); Is what I would like to acheive.
 If no one gets what Im saying, thanks anyway.
 */

__________________
Quote:
Reply With Quote