[Gambas-user] how to convert VB Project file to Gambas
Jussi Lahtinen
jussi.lahtinen at ...626...
Fri Dec 13 19:13:29 CET 2013
> -funtions or subs that make changes in the parameters need to be called
> with Byref
>
Only if the parameters are not objects (objects are always passed as byref).
Usually need for byref means broken object model.
- "this" = "that" usually means "this" will have the same value of "that"
> and when you change "that", "this" will surprisingly change too
>
Only when "this" and "that" are object references.
It shouldn't be surprise..?
Jussi
More information about the User
mailing list