View Single Post
  #17  
Old 05-24-2007, 02:39 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
getStringKeys() hasn't been GS2ified, doesn't work with Object references.
PHP Code:
function getArrayKeys(array, key) {
  
temp.0// The array element
  
temp.out 0// The output array

  
for (e: array) {
    if (
e.starts(key)) {
      
out.add(e.substring(key.length()));
    }
  }
  return 
out;

__________________

Last edited by Inverness; 05-24-2007 at 02:53 AM..
Reply With Quote