-->
Page 1 of 2

mmiscool commands ino something looks odd

PostPosted: Sat Jul 30, 2016 4:20 pm
by forlotto
991: GraphicsText[i] = evaluate(Param3);

Should this not be:
GraphicsText[i][4] = evaluate(Param3).toInt();

Is it possible this is related to html issue IDK good question but looked out of place to me...

Re: mmiscool commands ino something looks odd

PostPosted: Sat Jul 30, 2016 5:06 pm
by Mmiscool
Nope. thats for text in the graphics area of a web page.

Re: mmiscool commands ino something looks odd

PostPosted: Sat Jul 30, 2016 5:23 pm
by forlotto
Is the code incorrect or supposed to be like that?

Just curious ?

Re: mmiscool commands ino something looks odd

PostPosted: Sat Jul 30, 2016 5:39 pm
by Mmiscool
The code is correct.