Function syntax for any object class [message #88182] |
Wed, 26 March 2014 11:13  |
Matthew Argall
Messages: 286 Registered: October 2011
|
Senior Member |
|
|
I just noticed that I am able to create an object without the use of Obj_New(). As a simple example,
IDL> help, idl_container()
<Expression> OBJREF = <ObjHeapVar558(IDL_CONTAINER)>
Has anyone seen this documented anywhere? I assume it is a general effect of the new function graphics; however, I was surprised when I tried to call a function of mine and got an object back.
|
|
|
|