Help for this page

Select Code to Download


  1. or download this
    my @C = map { param("C$_") || 'OFF' } 0..$msgcount - 1;
    
  2. or download this
    $C[0] = "ON";
    $C[1] = "OFF";
    $C[2] = "ON";