Page 1 of 1

RenderCharExpression trouble

Posted: Sun Apr 24, 2016 9:09 pm
by Imerion
I seem to have a problem that appeared in one of the later beta versions. My RenderCharExpression :

Code: Select all

CharX += FontMap[ord(subStr(Text, CharI, 1))]*1f/FontData[2]-1;
Has stopped working. Or rather, it produces very odd results, with the letters displayed all over the place. :)

I have attached a sample if anyone wants to see what happens.

Re: RenderCharExpression trouble

Posted: Mon Apr 25, 2016 5:08 am
by rrTea
I didn't really get a chance to test it properly but when I attempted to just run it I only got a
"SubString called with startpos+NChars>length"
error, does this happen on your end too?

Re: RenderCharExpression trouble

Posted: Mon Apr 25, 2016 2:30 pm
by Imerion
That is interesting. I don't get that message, or any other error.