<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>To generate "statistics" which staff styles are used in a document, I hoped i could do something like the following:</p>
<blockquote>
<p>local styleAssigns = finale.FCStaffStyleAssigns()<br>
styleAssigns:LoadAll()<br>
for styleAssign in each(styleAssigns) do<br>
    -- do something<br>
end<br>
</p>
</blockquote>
<p>However, styleAssigns.Count is 0, even though the document I'm trying this switches between multiple staff styles.</p>
<p>How does one work with these FCStaffStyleAssign[s] classes?</p>
<p>Thomas<br>
</p>
<p><br>
</p>
<pre class="moz-signature" cols="0">-- 

Notengrafik Berlin GmbH
HRB 150007

UstID: DE 289234097
Geschäftsführer:
Thomas Weber und Werner J. Wolff

fon: +49 30 25359505
Friedrichstraße 23a
10969 Berlin

notengrafik.com</pre>
</body>
</html>