a macro to extract characters of its input text and generate a code using them
Is there a macro that can get a text as input like "abc" and then extract characters in that text and generate a code using them, something like "{'a','b',' c'}" ?
thanks.