Examples: AutoComplete_RemoveStringValue()


The following example is a form post script that uses the AutoComplete_RemoveStringValue() function to remove the value “Fargo” from the auto-complete data for the City field.

local boolean result;

result = AutoComplete_RemoveStringValue(field City, "Fargo");


Documentation Feedback