<div dir="ltr"><div>Hi Jari,</div><div><br></div><div>My first name is the Gabor! :D</div><div>Thank you for your fast answer, it is  great help for me.</div><div>That you write down is clear for me, thank you again.</div>
<div><br></div><div>yours sincerely</div><div>Gabor</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-11 20:28 GMT+02:00 Jari Williamsson <span dir="ltr"><<a href="mailto:jari.williamsson@mailbox.swipnet.se" target="_blank">jari.williamsson@mailbox.swipnet.se</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Orth,<br>
<br>
(Btw, are you using the Hungarian name order, so Orth is your first name?)<br>
<br>
Since Finale only uses EVPUs internally, all other units need to be converted to EVPUs. The FCString:GetMeasurement() function can turn a measurement string into EVPUs, so a solution could be a wrapper function, like in the example below.<br>

The string conversion supports the same measurement suffixes that Finale supports (e for EVPUs, c for centimeters, i for inches, etc). Please note that it currently only supports '.' as a decimal point.<br>
<br>
So if you just write the measurement as a Lua string inside a ToEvpus() call you would be able to use it. (The example will print 1134, which would be the EVPU equivalent of 10 centimeters.) If the string has no suffix, the current default measurement will be assumed.<br>

<br>
---<br>
function ToEvpus(text)<br>
    local str = finale.FCString()<br>
    str.LuaString = text<br>
    return str:GetMeasurement(finale.<u></u>MEASUREMENTUNIT_DEFAULT)<br>
end<br>
<br>
print ( ToEvpus("10c") )<br>
---<br>
<br>
Best regards,<br>
<br>
Jari Williamsson<div class=""><br>
<br>
<br>
On 2014-08-11 19:30, Gábor Orth wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
<br>
Hi Jari,<br>
<br>
Firstly, thank you for your  hard work on the Lua language<br>
<br>
I able to write a simple, short script, by which I setting the positions<br>
of the margins on a new score.<br>
I have just one question.<br>
Can I set the measurement units (EVPUs, Inches, etc) in the Lua code?<br>
Or is it will a features of the future?<br>
<br>
Sorry for my english! I hope, You understand me!<br>
<br>
<br>
Yours sincerely<br>
<br>
<br>
--<br>
</div><a href="http://www.kottagrafika.hu" target="_blank">www.kottagrafika.hu</a> <<a href="http://www.kottagrafika.hu" target="_blank">http://www.kottagrafika.hu</a>><div class=""><br>
Számítógépes kottagrafika, kotta archiválás, transzponálás<br>
<br>
<br></div>
______________________________<u></u>_________________<br>
JWLua mailing list<br>
<a href="mailto:JWLua@jwmusic.nu" target="_blank">JWLua@jwmusic.nu</a><br>
<a href="http://jwmusic.nu/mailman/listinfo/jwlua_jwmusic.nu" target="_blank">http://jwmusic.nu/mailman/<u></u>listinfo/jwlua_jwmusic.nu</a><br>
<br>
</blockquote>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
JWLua mailing list<br>
<a href="mailto:JWLua@jwmusic.nu" target="_blank">JWLua@jwmusic.nu</a><br>
<a href="http://jwmusic.nu/mailman/listinfo/jwlua_jwmusic.nu" target="_blank">http://jwmusic.nu/mailman/<u></u>listinfo/jwlua_jwmusic.nu</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><a href="http://www.kottagrafika.hu">www.kottagrafika.hu</a><br>Számítógépes kottagrafika, kotta archiválás, transzponálás
</div>