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