IMcObjectsGlobalTools Property |
![]() |
Namespace: MediaCy.IQL.ObjectManager
'In VB, you don't need to specify the object Debug.Print GlobalTools.McToText( Array(1,2,3)).Value 'McToText is exposed by McOMGlobal 'Below is the above using the GlobalTools Property Debug.Print Engine.McObjects.GlobalTools.McToText( Array(1,2,3))