How to use SET()

Hi
I’m almost too embarrassed to ask this, but how should I handle or process fields of type SET() in the scriptcase IDE, especially if I want the user to have multiple options?

To explain, I see no obvious way to handle them without writing additional code.

Thanks

AFAIK set is not a default fieldtype supported by Scriptcase as this is very MySQL specific. In Scriptcase an ordinary varchar is used with a definable separator. It’s been forced using double select field type.

OK, thanks for that.