<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Jari,<br>
    <br>
    I tried to implement FCCellPos, but from time to time I am getting
    weird values in FCCellPos.MeasurePos right after construction. I
    haven't figured out yet why/when it sometimes holds correct values.
    Maybe you find it faster when looking at your code?<br>
    <br>
    Sample code:<br>
    local cellpos=finale.FCCellPos(44,1,0)<br>
    print(cellpos.Measure,cellpos.Staff,cellpos.MeasurePos)<br>
    <br>
    Running [Unnamed Script] ======><br>
    44 1 65792<br>
    <======= [Unnamed Script] succeeded (Processing time: 0.000 s).<br>
    <br>
    The next time it prints:<br>
    44 1 -2113011446<br>
    <br>
    Also the sample code in the class browser needs to be updated, it
    looks like FCCell Copy&Paste:<br>
    local cellpos = finale.FCCellPos(m, s)<br>
    <br>
    Best,<br>
    Jan<br>
  </body>
</html>