Hello,
has anyone got the 'FindFirst / FindNext' logic to work in VBScript? I am hoping I don't have to hardcode all of my .bhf host files.
sample not working code:
set HostDataManager = CreateObject "WINAWSVR.BEHOSTDATAMANAGER")
HostDataManager.FindFirst("*",s)
- I receive a 'Type mismatch: "FindFirst' error.
Thanks!
Barry
has anyone got the 'FindFirst / FindNext' logic to work in VBScript? I am hoping I don't have to hardcode all of my .bhf host files.
sample not working code:
set HostDataManager = CreateObject "WINAWSVR.BEHOSTDATAMANAGER")
HostDataManager.FindFirst("*",s)
- I receive a 'Type mismatch: "FindFirst' error.
Thanks!
Barry