Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
The problem is that your unit name and your subroutine name are the same so you need to explicitly indicate which one you're calling.
Give that change a try and see if it works for you.
Sub EP_RunREMSmokeTest()
Call GMS_Daemon_Running.GMS_Daemon_Running()
End Sub
Give that change a try and see if it works for you.