Hi everyone,
I am trying to find the linebreaks in a string and use a Find command like this:
FIND ALL OCCURRENCES OF '##' IN gv_ed_text MATCH COUNT gv_txt_lines. |
Unfortunately it returns 0 in gv_txt_lines even if ## is present in the string. Searching for a character like 'e' works perfectly fine. Do I have to escape the # or is there another issue with my code?
Cheers,
Christian