LOTUSSCRIPT LANGUAGE
You can define a class using any mixture of data types for member variables, including object references to the class being defined:
Class MyClass myText As TextBox ' Sample product object reference i As Integer ' Integer myList List As String ' List of strings myRef As MyClass ' Reference to an object of this class End Class
See Also