IUserAccessiableSortAnswers Method (Int32) |
The function sorts the answers by lexicographical order from A-Z
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax void SortAnswers(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Question index
Examples
For question 3 the following code will sort the answers by a lexicographical order from A-Z.
SortAnswers(QRef(3));
See Also