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