View Single Post
  #3  
Old 06-22-2006, 07:05 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by JustBreathe
PHP Code:
function containsstrStackstrNeedle )
  { 
// Usage: container( this.var, "foo" );
  
for ( 0strStack.length() - strNeedle.length(); ++ )
    if ( 
strStack.substringistrNeedle.length()) == strNeedle)
      return 
true;
  return 
false;
  } 
:X not needed dude.

if(foo.pos("bar") >= 0) {
}
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote