Skip to content

v0.10.0

Compare
Choose a tag to compare
@hymkor hymkor released this 02 Jan 19:59
· 51 commits to master since this release
  • Add OLE functions.
    • local OBJ=create_object() creates OLE-Object
    • OBJ:method(...) calls method
    • OBJ:_get("PROPERTY") returns the value of the property.
    • OBJ:_set("PROPERTY",value) sets the value to the property.
    • OBJ:_iter() returns an enumerator of the collection.
    • OBJ:_release() releases the COM-instance.
    • local N=to_ole_integer(10) creates the integer value for OLE.