Subject Convert varchar argument to an integer array
Author gustavotonini
Hello,
I have a function which have a varchar argument. Inside this functions
I need to convert this argument (formatted by "(1,2,3)") to an integer
array for use the IN operator.
How can I make this on firebird?

Thanks,
Gustavo.