Ola
I'm compiling a library and have this sub
'get component
Sub ToString As String
#If debug
Dim eName As String = $"${ID}_change"$
If SubExists(Module, eName) = False Then
Log($"The '${eName}' event has not been defined!"$)
End If
eName = $"${ID}_click"$
If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.