This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

number saerch

can anybody know how to search for number?

else if (screen_num == 68) { audioips(); if (configpm[33] != 2) { configpm[33] = 2; configpm[34] = 0; configpm[35] = 0; Write_Master(); } goto audio_ip2; } else if (screen_num == 36) // /* what about 27? */ { audioips(); if (configpm[33] != 3) { configpm[33] = 3; resetOPbits(); Write_Master(); } goto audio_ip2; } else if (screen_num == 69) {

Parents
  • ...
    else if (screen_num == 68) {
      audioips();
      if (configpm[33] != 2) {
        configpm[33] = 2;
        configpm[34] = 0;
        configpm[35] = 0;
        Write_Master();
      }
      goto audio_ip2;
    }
    else if (screen_num == 36) {     // what about 27?
      audioips();
      if (configpm[33] != 3) {
        configpm[33] = 3;
        resetOPbits();
        Write_Master();
      }
      goto audio_ip2;
    }
    else if (screen_num == 69) {
    ...
    }
    

Reply
  • ...
    else if (screen_num == 68) {
      audioips();
      if (configpm[33] != 2) {
        configpm[33] = 2;
        configpm[34] = 0;
        configpm[35] = 0;
        Write_Master();
      }
      goto audio_ip2;
    }
    else if (screen_num == 36) {     // what about 27?
      audioips();
      if (configpm[33] != 3) {
        configpm[33] = 3;
        resetOPbits();
        Write_Master();
      }
      goto audio_ip2;
    }
    else if (screen_num == 69) {
    ...
    }
    

Children
No data