I get this error:
PowerBASIC for Windows
PB/Win Version 9.00
Copyright (c) 1996-2008 PowerBasic Inc.
Venice, Florida USA
All Rights Reserved
Error 426 in ----
Variable expected
Line 802: R = Me.Size
PowerBASIC for Windows
PB/Win Version 9.00
Copyright (c) 1996-2008 PowerBasic Inc.
Venice, Florida USA
All Rights Reserved
Error 426 in ----
Variable expected
Line 802: R = Me.Size
Code:
Property Get Size() As RECT Local R As RECT Property = R End Property Method Hello() As Long Local R As RECT R = Me.Size() End Method
Comment