My code has broken a little in 5.20 and I'm wondering if this is a bug or something I need to work around. I have an address of a string and have been accessing it directly using:
CCORE1(straddr)(1:strlen) where straddr is the string memory address, and strlen is its length.
This was fine on previous versions but now brings up the error 'Character substrings are not permitted in this context'. I should be able to get around this using MOVE@ into a buffer but it's not as elegant.
Alan