G
Guest
Guest
I have a value with data type long
ByRef iArrayi() As Long
and I am trying to do something when iArrayi() has something
so I put
iArrayi() <> ""
but I got an error message"mismatch" on this line
Why???
ByRef iArrayi() As Long
and I am trying to do something when iArrayi() has something
so I put
iArrayi() <> ""
but I got an error message"mismatch" on this line
Why???