My PHP.DEF will not work with switch anymore. E.g. I have this two control
structures.

[foreach | FOREACH statement]
foreach(ยง| as $key => $value)
{

}
;
;
[switch | SWITCH statement]
switch($i|)
{
  case 'de':
    echo 'hallo';
    break;

  default:
    echo 'hello';
}
;
;

I call them with
foreach[shift-space]
switch[shift-space]
foreach works and switch _not_.

I tested the most other control structures. All work except _switch_.

What is going wrong here?

-- 
<http://forum.pspad.com/read.php?6,68757,68783>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem