View Single Post
  #8  
Old 05-23-2007, 05:54 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Good point, though I guess you can do something like:
PHP Code:
function onCreated() {
  array = {
"foo1""foo2""bar1""foo3""baz1"};
  for(
item : array.size())
    if (array[
item].pos("foo")>-1) echo(item);

Hmm, as for the suggestion, I think it's good. Of course I think anything that benefits in someway and makes things easier is a good idea. Though many seem to think if it's possible to work around there's no need to make such an addition. Phooey.

Last edited by DustyPorViva; 05-23-2007 at 06:12 PM..
Reply With Quote