WriteCombo

Windows management function.

The WriteCombo function writes to the edit field of a combobox.

Syntax

WriteCombo(<combo_name>,<text>)
or
ret=WriteCombo(<combo_name>,<text>)

Parameters

<combo_name>, string, name of the combobox used.

<text>, string, text to write to the edit field of the combobox.

Return value

Ret, numeric return code. When the write is successful, the function returns 0, otherwise use this return code for Error Handling.

Examples

 

WriteCombo("|1","")

Result = WriteCombo(var_id$, text$)