Do I need to have a TO character for all FROM characters in CONVERTSTRING

colingbradleycolingbradley Member Posts: 162
NewString := CONVERTSTR(String, '()[]"&@%^_+=!~', ' ');
I need to change any of the From characters to a space.
If I have 14 from characters, do I need 14 to characters?
I would prefer not to have a lot of spaces in the new string.
Experience is what you get when you hoped to get money

Answers

  • vaprogvaprog Member Posts: 1,116
    Hi,

    what does the documentation say?
  • colingbradleycolingbradley Member Posts: 162
    What documentation? I have seen now that if you open the output to text it looks like a lot of spaces but they get reduced to 1space within NAV or CSV.
    Experience is what you get when you hoped to get money
Sign In or Register to comment.