sorry if this is a stupid question, but I just don't see how this should work:
I want to write a script, were I request a string from the user via the input() function and show him a multi-line textfield. There, he should enter some items of text, each of them seperated by a comma or on a new line. For me to further work with the string, I now want to replace all the word wraps (if any) with a comma, so that I have only one seperator left. If I try to do this
Code: Select all
regexreplace("<my input string>", chr(10), ",", 1)Code: Select all
Hallo,
Hallo2Code: Select all
Hallo
,Hallo2Code: Select all
Hallo,Hallo2Maybe one of you has a clue at how to do this?
Thank you in advance for any suggestions.
P.S.: Sorry for anything written wrong or unclear, english is not my mother language.
XYplorer Beta Club