How to pass In/Out Parameters in Stored Procedure

Hi,
I’m trying to use the databaseManager.executeStoredProcedure function and in my stored procedure I have a parameter that is declared as In and Out, how should i declare it in the inout array??

I tried to declare it twice but i get an error in the length and I declare only one of them I get thtat there is a parameter missing.

I couldn’t find in the forum about this.

Thanks,
Andres