Sept. 12, 2017
6:23 a.m.
Hi sven I have a question with NeoCVS Do you offer the possibility to manage the data of one line based on the description given by the first line Ex foo bar baz 1 2 3 11 22 33 => res doWith: [:tag :data | Transcript show: tag ; space ; show: data printString ;cr ] foo 1 bar 2 baz 3 foo 11 bar 22 baz 33 Stef