Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I'm Confused o.o
#7
Add them to where you're calling the sub...

Yeah.

If you're trying to.. Let's say, send a Byte to a sub... But you use Long, it wont work.

Ex..

Code:
Sub Hi(byval x as byte)

You can't use

Code:
Dim g as Long
Call Hi(g)

That also causes the error...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)