-
I'm currently using the It seems
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I'm currently using the It seems
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
@shiosai
sort_call_seq_out_nb
is optional - it's for pure convenience, you can use this function in the case when you know exactly what orders you're going to issue so it produces a right call sequence for you. But you can always do it manually by changingcall_seq
in the non-flexible mode or by returning a column index along with the order in the flexible one. You don't need to createcall_seq_out
, just return column indices in the desired order inflex_order_func
.