Forum Discussion
ov2015
10 years agoVisitor
I was acting dumb, it was similar to how PHP does. Hope someone will benefit from my post.
Solution below:
Solution below:
Function showScreen(sc1 As Object, sc2 = invalid As Object)
...
if sc2 <> invalid then
' do something here
end if
...
End Function