I have lots of strings which have only chr(10) as eol. They show up like little blocks in a certain app.
I want to write a hook which replaces the chr(10) with chr(13)+chr(10). The unhandy thing is that the correct chr(13)+chr(10) should be left alone.
I need to write the hook in CQ which supports simple VB scripting so no .net.
Does anyone have a code for this?
--
I want to write a hook which replaces the chr(10) with chr(13)+chr(10). The unhandy thing is that the correct chr(13)+chr(10) should be left alone.
I need to write the hook in CQ which supports simple VB scripting so no .net.
Does anyone have a code for this?
--