Is it possible, to fill a User Type like
Type Grinder_type (Name As String, P0ToSuppInlet As Float, P0ToSuppCenter As Float, _
stoneD As Float,dmSupport As Float, dmjig As Float)
in one?
Something like
Dim gr As Grinder_type=("First",10,20,30,40,50)
does not work.
I have the...