So i'm trawling the korg forums admiring the golf scores and I saw this gem: 'Did you read all of the thread Howard linked to. His DLL has the ability to expose API calls in other DLLs that do not have COM automation.'

sweet!! I DL'd and had a play, this is really cool! Example code on the front page has a little error

To use the DLL first create an object for the DLL:
Code:

$HABObject = createobject("HBullock.AdminObjects")
if vartypename($HABObject1) <> "Object"
? "@serror"
endif



first line should read $HABObject1 = createobject("HBullock.AdminObjects")

this is some great work howard!

cj