Group,

I've created a custom Type in a module, but i would like to access the type
define using the:

For Each pr in CustomType.Properties

Next

Would i have to define in the CustomType of the properities... meaning:

Type CustomeType
PaymentType As String * 9
Props as Property '<---- Like this?
End Type

Please help.

Thanks in advance