Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
/Setaccess bug
#1
When I try to use that, for anyone, with any number it gives me RTE 13. Type mismatch. Why is this?

It highlights this:
Code:
SendSetAccess Command(2), CLng(Command(1))
Reply
#2
SendSetAccess Command(2), CLng(Command(1))

That should be

SendSetAccess Command(1), CLng(Command(2))
Reply
#3
GIAKEN Wrote:SendSetAccess Command(2), CLng(Command(1))

That should be

SendSetAccess Command(1), CLng(Command(2))

I see. Thanks a lot.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)