The AutoComplete_AddStringValue() function adds an auto-complete value for the specified field.
AutoComplete_AddStringValue(field field_name, value)
• field field_name – The field for which the auto-complete value is being added. The field must be on a window that is currently open in the application.
• value – A string containing the value to add.
A boolean. True indicates the string was added, while false indicates it was not.