I tried using the fast_callable function with a List and keep getting the "Unable to convert...to an integer" error. I am using the list to simply pass parameters to the function.
Are there any special rules or techniques for passing Lists or Arrays to fast-callable ?
Thanks.