Forum Discussion

ov2015's avatar
ov2015
Visitor
10 years ago

Wrong number of function parameters

Hi I have a function Function showScreen(sc1 As Object, sc2 As Object) ... if sc2 <> invalid then ' do something here end if ... End Function I need to call this function from ...