Lua 関数の SelectionCount は、現在選択されているフィクスチャの総数を返します。
この関数は、引数を受け取りません。
この例では、現在のセレクションにあるフィクスチャ数を、Command Line History に出力しています。
return function() Printf('Number of fixtures in the current selection: %i', SelectionCount()) end