<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. I detected this corrupt text
string in an old Finale document from 2001.<br>
<br>
local text=finale.FCString()<br>
text.LuaString="^font(Times,4096)^size(9)^nfx"<br>
local fontinfo=finale.FCFontInfo()<br>
fontinfo=text:CreateLastFontInfo()<br>
<br>
Best,<br>
Jan<br>
</body>
</html>