<div dir="ltr"><div>Since (as I recall) JW Lua emits 9999 for the Finale Version for any version of Finale after 2014, I elected to implement as follows:</div><div><br></div><div>Finale 2010 = 2010<br>
Finale 2011 = 2011<br>
Finale 2012 = 2012<br>
Finale 2014 = 2014<br>
Finale 25 = 10025<br>
Finale 26 = 10026</div><div>etc.</div><div><br></div><div>This should allow any code that compares to 9999 to keep working the same.</div><div><br></div><div>MinFinaleRawVersion</div><div>MaxFinaleRawVersion<br></div><div><br></div><div>I'll add those to the list for 0.58.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Dec 6, 2021 at 3:50 PM Jari Williamsson <<a href="mailto:jari.williamsson@outlook.com">jari.williamsson@outlook.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2021-12-02 21:45, Robert Patterson wrote:<br>
> MinFinaleVersion<br>
> MaxFinaleVersion<br>
> <br>
> I would like RGP Lua to recognize these as well, but only if they use <br>
> the raw Finale version. If they use the Finale year, I see little point. <br>
> (For 64-bit JW Lua, the version year seems to be always 9999.) Does <br>
> anyone know how these work? Is there a reason to continue supporting them?<br>
<br>
I see in the JW Lua sources that I never updated these beyond supporting <br>
2014. So I guess noone uses them. :-) The idea was:<br>
Finale 2010 = 2010<br>
Finale 2011 = 2011<br>
Finale 2012 = 2012<br>
Finale 2014 = 2014<br>
Finale 25 = 2025<br>
Finale 26 = 2026<br>
etc.<br>
<br>
This was to assure that each subsequent version number should be higher, <br>
to span the logical gap between Finale 2014 and Finale 25.<br>
<br>
I also was thinking about raw version number checks (when MakeMusic <br>
started to implement new document features in the versions updates). I <br>
suggest that you use new fields for this, for example:<br>
MinFinaleVersionRaw<br>
MaxFinaleVersionRaw<br>
<br>
<br>
Best regards,<br>
<br>
Jari Williamsson<br>
<br>
_______________________________________________<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" rel="noreferrer" target="_blank">http://jwmusic.nu/mailman/listinfo/jwlua_jwmusic.nu</a><br>
</blockquote></div>