Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/09/2003, 13:10
Avatar de Chuty
Chuty
 
Fecha de Ingreso: noviembre-2002
Ubicación: el bar de la esquina
Mensajes: 609
Antigüedad: 21 años, 5 meses
Puntos: 2
como se puede hacer...

tengo el siguinte problema
tengo un array con claves como por ejemplo


SGF001_00A => 00C - GRUPO A
SGF002_O => O - CONJUNTAMENTE CON
SGF003_00C => 00C - GRUPO C
SGF004_0101 => 0101 - ABRIR CAJA DE SEGURO.
SGF004_0101_OBS => 0101_OBS - CAJA DE SEGURO.
SGF004_0101_OBS_texto => 0101_OBS_texto - *_40000

pero solo quiero ver en pantalla

SGF001_00A => 00C - GRUPO A
SGF002_O => O - CONJUNTAMENTE CON
SGF003_00C => 00C - GRUPO C
SGF004_0101 => 0101 - ABRIR CAJA DE SEGURO.
SGF004_0101_OBS_texto => 0101_OBS_texto - *_40000

como puedo hacer para no mostrar las claves que vengan con SGF004_xxxx_OBS ya que xxxxx puede ser cualquier valor.
desde ya muchas gracias y saludos a todos
P.D espero que entindan.