Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

switch (Lo_Result.o_Result.ResultText)
{
  case "TTA","TTB":
  {
  GetValue("ABUG4","HKB5",0);
  }
  case "TTS":
  {
  GetValue("ABUG4","HKB7",0);
  }
  default:
  {
  GetValue("ABUG4","FACH4",0);
  }
} /* switch */

...