<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Jari,<br>
<br>
I noticed different rounding results in Finale 2014.5 and Finale25
in the FCPage class. <br>
Is this a JW Lua or a Finale bug?<br>
<br>
Code snippet:<br>
local page=finale.FCPage()<br>
page:Load(1)<br>
page.Height= 5321.7391304348<br>
page.Width= 5321.7391304348<br>
print(page.Height,page.Width)<br>
<br>
Finale 2014.5 prints<br>
5322 5322<br>
<br>
Finale 25 prints:<br>
5321 5321<br>
<br>
Best,<br>
Jan<br>
</body>
</html>