SUI_SetEntryArray Table of Contents || Prev | Next || [?]

 
SUI_SetEntryArray (arrayName) --> error
 
ParameterTypeDescription
arrayNameStringName of the process string array
 
ReturnsTypeDescription
errorIntegerError code (0 = no error)
 
Description

SUI_SetEntryArray accepts the name of a process array to use for the current entry area, usually a pop-up menu. Since Inquire4D does not support dictation, all voice-entry into alpha objects must be restricted to a required list of values.

Example
You detect that the user has requested to focus on a pull-down menu named "color". You then populate the current entry LM with all of the values in the pop-up menu, as defined by the String array "aColor".

IMPORTANT!
The array referred to must be a PROCESS STRING array.