I was trying to replace new lines inside field with ; to make it list of strings but couldn't figure out how to get MC to identify linefeed so I used hexify() so I could get it visible "%0A" which I can then replace. But now the strings are in hexified format I want use them as normal text.
So would it be possible to add unhexify mode to hexify function or is there some other way I could currently use to make list using CRLF as delimiter?