Following code is not listed in Code Explorer correctly.
 

' VB Script Document
Class TestClass

    Public Property Let name(arglist)
        Exit Property
    End Property

End Class


Currently as of ver 4.5.1 (2205) lists:
-TestClass

Should be:
-TestClass
--name(arglist)

-- 
<http://forum.pspad.com/read.php?4,28764,28764>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem