Page 1 of 1

Method not found

Posted: Mon Nov 09, 2009 5:36 pm
by ldborn
Ik probeer een device de waarde 100 te geven met onderstaand vb script:
Sub main()
if hs.devicestring ("`12") = "Communication Failure" then
hs.setdevicevalue("`12",100)
End if
end sub

Ik krijg de foutmelding Running script auto.vb :method not found

Weet iemand wat ik fout doe

PROBLEEM IS OPGELOST: Sub main() aangepast naar Sub Main(ByVal parm As Object)