If anyone is curious, I did manage to get around this with an ugly workaround:
And then replacing the CHAR(128) later:
Set item = $REPLACE(item, $CHAR(128), "")
Note: We are running 8-bit Caché, not Unicode, so $CHAR(128) is unused and available for us as a placeholder
- Log in to post comments