We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
How can I activate and manage the AfterExport hook ? Is there any example ?
Many thanks Alberto
The text was updated successfully, but these errors were encountered:
See the Wiki Options Export Info for the setting.
This will run a subroutine with the relevant name in the built project.
For example, the following code will run if I set RunBeforeExport to HelloWorld.
RunBeforeExport
HelloWorld
' In modFunc.bas Public Sub HelloWorld() Msgbox "Hello! I'm about to run the export!" End Sub
Sorry, something went wrong.
@PioPio2 if this answers your question, can you close this issue? Thank you!
No branches or pull requests
Hello,
How can I activate and manage the AfterExport hook ? Is there any example ?
Many thanks
Alberto
The text was updated successfully, but these errors were encountered: