Silverfrost Forums

Welcome to our forums

Changes to CCORE1 in 5.20

19 Mar 2008 4:22 #2943

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

19 Mar 2008 4:49 #2944

We can probably fix this fairly easily and we are planning to release 5.21 very soon.

In the meantime you could try using /IGNORE with the relevant error number.

5 Apr 2008 5:10 #2988

This has been fixed for the next release

Please login to reply.