Code: Select all
Type MY_TYPE
Field Nothing
End Type
Function MyFunc.MY_TYPE(stuff$)
End Function
Code: Select all
Type MY_TYPE
Field Nothing
End Type
Function MyFunc.MY_TYPE(stuff$)
End Function
Code: Select all
Structure MY_TYPE
EndStructure
Procedure.l MyFunc(stuff$)
ProcedureReturn a.MY_TYPE
EndProcedure
*var.MY_TYPE = MyFunc("test")