View Single Post
  #2  
Old 09-12-2009, 08:15 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Not a built-in way, but it's easy to script

PHP Code:
function searchArray(array, start) {
  
temp.new = null;
  
  for (
temp.: array) {
    if (
a.starts(start)) {
      new.
add(a);
    }
  }

  return new;

__________________
Reply With Quote