- Jun
- 98
- 0
/me again.
Using both TCC17 and TCC/LE:
From the doc: String1 must be enclosed in double quotes if it contains any spaces, tabs, or commas.
I expect, that if String1 is enclosed with double quotes: quotes are not removed, they are required to mark the space.
Escaping space (instead of quoting) doesn't work:
Using both TCC17 and TCC/LE:
Code:
echo _%@rtrim[" "," word " ]_
_" word_
I expect, that if String1 is enclosed with double quotes: quotes are not removed, they are required to mark the space.
Escaping space (instead of quoting) doesn't work:
Code:
echo _%@rtrim[^s," word " ]_
_" word " _