![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
do case cwhoshad.stnbusy="L" busymsg="Station is busy (Local use)." cwhoshad.stnbusy="R" busymsg="Station is busy (Remote use)." otherwise busymsg=; "Station is busy. The access type is unknown ("+cwhoshad.stnbusy+")." endcase |
#3
| |||
| |||
|
|
And what was the behaviour? The otherwise branch was always executed? |
|
do case cwhoshad.stnbusy="L" busymsg="Station is busy (Local use)." cwhoshad.stnbusy="R" busymsg="Station is busy (Remote use)." otherwise busymsg=; "Station is busy. The access type is unknown ("+cwhoshad.stnbusy+")." endcase Yes, seems so. Not very (other)wise. |
![]() |
| Thread Tools | |
| Display Modes | |
| |