Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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 */


  • No labels