mmiscool commands ino something looks odd
Posted: Sat Jul 30, 2016 4:20 pm
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...
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...