Hi! I run into error with Gambas3 rev 2994 on Ubuntu 10.04 64bit. Bug with byref command can be reproduced example with this code: Dim a As Integer nonsensesub(ByRef a) <--- error here! Public Sub nonsensesub(ByRef n As Integer) Inc n End Jussi