<html><head></head><body dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div class="ApplePlainTextBody">Hi Chris,<br><br>That works, thanks!<br><br>To update the title, you use:<br><br>———<br>local fileInfoText = finale.FCFileInfoText()<br>local args = finale.FCString()<br>args.LuaString = ’New Title'<br>fileInfoText:SetText(args)<br>fileInfoText:SaveAsTitle()<br>———<br><br>You can also use :SaveAsSubtitle(), :SaveAsLyricist(), :SaveAsDescription(), :SaveAsCopyright(), :SaveAsComposer(), :SaveAsArranger() for the other fields.<br><br>Nick</div></body></html>