<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Jari,<br>
    <br>
    the following code crashes Finale:<br>
    <br>
    local fontinfo=finale.FCFontInfo()<br>
    local fontinfo2=nil<br>
    if fontinfo:IsIdenticalTo(fontinfo2) then<br>
        print("Is Identical")<br>
    end<br>
    <br>
    Well, this is not code the way it was intended to be, but a crash
    isn't nice either ;-)<br>
    It originally occured when I wanted to compare two font infos and
    for some reason didn't receive a valid font info from an element,
    but a nil. <br>
    <br>
    Best,<br>
    Jan<br>
    <br>
  </body>
</html>