FXForms
FXForms copied to clipboard
how to get index from FXFormFieldOptions ?
now it always return the string I selected ,but I want the index of array selected. Thank you very much
me too
My solution is init a dictionary, when the targeted string is returned, you can use dictionary to give a value.
ok, thanks
why not just call indexOfObject on the array?