Hello,

quite simple question:
How can I delete a control line feed in a string
I tried:
Let value = substitute(string,"\\n","","g")
But doesn't work.

In vim7, I used
Let list = split(string)
Let Value = list[0]
But this doesn't work on vim6.3 on older machine, where we have
installed that version.

Thank you for your help

Best Regards
Stefan Mueller


Reply via email to