Hi
i'm tring to use the Callsubplus2 , but it create an error in the "callsubutils_tmr_tick (java line: 153)"
this is the call :
this is the sub :
i need to pass a byte and a int !
Any idea ?
Thanks
i'm tring to use the Callsubplus2 , but it create an error in the "callsubutils_tmr_tick (java line: 153)"
this is the call :
B4X:
Starter.csu.CallSubPlus2(Me, "scrivi_bit", 500, Array(0x00, 0))
this is the sub :
B4X:
scrivi_bit(cosa_scrivere As Byte,offset As Int)
i need to pass a byte and a int !
Any idea ?
Thanks