View Single Post
  #4  
Old 11-01-2007, 12:12 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
PHP Code:
function onCreated() 
{
  
temp.array = { {"Heya""Fish"}, {"hiya""Bull"} };
  
temp.search = {"Heya""Fish"};
  echo(
temp.array.index( @temp.search ) );

Here you go, love.

This is just because you're interpreting the object as it's input. There was something about Stefan claiming this a while ago. It was in one of the threads.... I'll see if I can find it.
Reply With Quote