Hi Harbs, Seems that this is a debug/VS Code issue. The problem is fixed now and it's not related with fromCharCode.
Thank you. Harbs <[email protected]> escreveu no dia domingo, 30/08/2020 à(s) 07:11: > It returns \f in Javascript too. That seems to indicate that something is > messed up when it’s cross-compiled. > > What is the JS output for that code? > > > On Aug 28, 2020, at 9:05 PM, Hugo Ferreira <[email protected]> > wrote: > > > > Hello, > > > > The function fromCharCode from String have a different result from Flex > to > > Royale. > > > > For example: String.fromCharCode(12) returns \f in Flex and an empty > string > > in Royale. > >
