Set the codes for the response, start and next keys.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Function SetResponseKeys ( _
	lKeys As Integer(), _
	lStart As Integer, _
	lNext As Integer _
) As String

Parameters

lKeys
Type: array<System..::..Int32>[]()[][]
Array with the ASCII codes for the responses. The array size must match the number of alternatives given by AFC on Init.
lStart
Type: System..::..Int32
ASCII code for the start key.
lNext
Type: System..::..Int32
ASCII code for the next-item key.

Return Value

[Missing <returns> documentation for "M:ExpSuite.frmExp.SetResponseKeys(System.Int32[],System.Int32,System.Int32)"]

Remarks