Hi,
As my post title states, I have data with varied hyphenated intervals such as '3-6', '1-5', '10-12', and so on, and I want to convert these into their consituent integers delimited by commas. So '3,4,5,6', '1,2,3,4,5', and '10,11,12', respectively. Does anyone have any ideas as to how this could be done?

Thank you