Function that returns type's object

BlitzPlus Forums/BlitzPlus Programming/Function that returns type's object

Andres(Posted 2006) [#1]
How to?

EDIT:

ahh got it:
this.results = Selectedfile.results()

Function SelectedFile.results()
	i = 0
	For this.results = Each results
		If (1 - this\public) = SelectedGadgetItem(Tabber%) Then
			If i = SelectedGadgetItem(ListBox%) Then Return this.results
			i = i + 1
		EndIf
	Next
End Function