Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.Where is GetObjectClassNameMBS?

Answer: Please use this replacement method:
Example
Function GetObjectClassNameMBS(o as Object) As string
dim t as Introspection.TypeInfo = Introspection.GetType(o)
Return t.FullName
End Function

GetObjectClassNameMBS was removed from the plugins.


The biggest plugin in space...