There appears to be an error in the "CLASS/END CLASS BLOCK" help file entry.
My tests indicate that putting Class Methods before the Instance variables throws a compile time error.
Code:
CLASS name [$GUID] [AS COM | AS EVENT] Class Method code blocks... INSTANCE ClassName AS STRING INTERFACE name $GUID [AS EVENT] INHERIT IUNKNOWN Method and Property code blocks... END INTERFACE EVENT SOURCE interface-name END CLASS
Comment