May 31, 2019
1 a.m.
Just sharing... I wondered if there was a better way of converting an array of strings into one string than doing this... x := #( '++' '||' '++') . x flatCollect: [ :c | c ] but it was awkward copying the array twice into Finder. So I wondered if it could do variable assignment, and it can!! i.e... Tools > Finder > Examples > then simply paste the above snippet into the textfield. cheers -ben
2617
Age (days ago)
2617
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ben Coman