03-28-2019, 11:27 AM
(This post was last modified: 03-28-2019, 11:33 AM by Roman Mishin.)
I am implementing a simple text case correction macro, and encountered strange/unexpected behavior:
this outputs:
why " ONE. THE OTHERS, USE YOUR OWN JUDGEMENT." is a delimiter?
The whole string is a random excerpt from a book. It did not happen with other strings.
Quick Macros 2.4.8.0
str text="UPDATE: THERE ARE THREE LEVELS OF HEAVEN. I DID NOT KNOW THIS WHEN TAKING THESE JOURNEYS. “A TALK WITH IMMORTALS” IS CLEARLY LEVEL TWO. “JOURNEY TO MY FATHER” I BELIEVE WAS LEVEL ONE. THE OTHERS, USE YOUR OWN JUDGEMENT."
ARRAY(str) Tokens Delims
tok(text Tokens -1 "" 0 Delims)
out Delims
why " ONE. THE OTHERS, USE YOUR OWN JUDGEMENT." is a delimiter?
The whole string is a random excerpt from a book. It did not happen with other strings.
Quick Macros 2.4.8.0