Platforms to show: All Mac Windows Linux Cross-Platform

GetArrayDimensionMBS(v as variant) as integer   New in 26.1

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method XojoRuntime MBS Util Plugin 26.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries number of dimensions in an array.
Example
Var test3(7,7,7) As Integer

Var t As Integer = GetArrayDimensionMBS(test3)
MessageBox Str(t)+" dimensions" // shows 3

Blog Entries

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


The biggest plugin in space...