Quote Originally Posted by Eduardo- View Post
BTW, this code:

Code:
        SetVarValue(objVar, objVal)
        SetVarValue(strVar, strVal)
        SetVarValue(lngVar, lngVal)
is also not allowed in VB6 (arguments in parentheses without the Call keyword).
It is allowed in tB though, whilst retaining full backwards compatibility. See the discussion:

https://github.com/WaynePhillipsEA/twinbasic/issues/262