I have a string in the form ss:="abcd # efg # hijk, lm_r, stuv_k": Is it possible now to write it as [ [abcd], [efg], [hijk, lm_r, stuv_k] ]: Thanx, Kharal

Please Wait...