Versions Compared

Key

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

Beispiel:

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