Lukas Renggli wrote:
driveType separatedBy: ', ' asParse
(and see the implementation of #separatedBy: if this is not exactly what you are looking for)
Thanks Lukas. I ended up with: driveTypeList := (driveType, additionalDriveType star) ==> [ :nodes | (Array with: nodes first), nodes second ].