Substring losing spaces

Substring is converting " " into “” for the End string argument (and probably others) when the file is saved/reloaded. Not good if you’re trying to match the text before the first space…

I guess the workaround is to store a space in a variable and match that.

Steve

Hi Steve,

Yep, thanks - reproduced and fixed for next build. Should be in a day or two while we do some internal testing with the change.

.t8

No rush, the workaround works fine :slight_smile:

Steve