Versions Compared

Key

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

...

Anzahl der erzeugten Fragen.

Beispiel

Li_QuestionID = Lo_SurveyQuestion.i_SSR_QuestionID;
Li_SubQuestionIDs := IntArray(0);
Ls_SubTableIDs := StringArray(0);
Li_SubRefDataset1IDs := IntArray(0);
Li_SubRefDataset2IDs := IntArray(0);
Li_SubRefDataset3IDs := IntArray(0);
Li_AnzahlSubQuestions = GetQuestionSet(Li_QuestionID, Li_DatasetSurveyID, &Li_SubQuestionIDs, &Ls_SubTableIDs, &Li_SubRefDataset1IDs, &Li_SubRefDataset2IDs, &Li_SubRefDataset3IDs);

Siehe auch

---