Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSIndexSetMBS class.

NSIndexSetMBS.indexSetWithIndexesInRange(StartIndex as Integer, Length as Integer) as NSIndexSetMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa MBS MacBase Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates an index set with an index range.
Example
dim n as NSIndexSetMBS = NSIndexSetMBS.indexSetWithIndexesInRange(3,2)
MsgBox str(n.count) // 2 and contains 3,4

Available in Mac OS X v10.3 and later.

The items on this page are in the following plugins: MBS MacBase Plugin.


The biggest plugin in space...