View Single Post
  #13  
Old 05-23-2007, 07:58 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy

You edited your post

PHP Code:
for (temp.currentArray: array)
{
  if (
temp.currentArray.pos("foo") >= 0)
  {  
    echo(
temp.currentArray.substring("foo".length()));
  }

But I would like this to be added
__________________
Reply With Quote