<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Jari,<br>
    <br>
    I noticed that this simple code crashes Finale:<br>
    local textexprdef=finale.FCTextExpressionDef()<br>
    textexprdef:Load(1000)  --load non-existing text expression<br>
    textexprdef:CreateTextString()<br>
    <br>
    Of course, it's the developer's fault to not check textexprdef for
    nil, <br>
    but a crash of Finale is not what I would expect to happen.<br>
    <br>
    Best,<br>
    Jan<br>
  </body>
</html>