** |-->: To avoid having to include several AutoIt Includes, in some functions I have declared my own Local Constant for certain flags, but named the same, as the AutoIt flag.
Describe the bug
A clear and concise description of what the bug is.
** |-->: To avoid having to include several AutoIt Includes, in some functions I declared my own Local Constant for certain flags, but named the same, as the AutoIt flag, e.g. _LOWriter_DocConnect,
Local Const $STR_STRIPLEADING = 1
For StringStripWS AutoIt Function. Do you think this will cause any issues?
How to reproduce
Steps to reproduce the behavior (e.g.):
Go to '...'
Call function '...' with '...'
Wrong action occurred or error received
Expected behavior
A clear and concise description of what you expected to happen.
** |-->:
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
** |-->:
Bug report
Bug Report Name:
** |-->: Possible Variable Conflict
Brief Description:
** |-->: To avoid having to include several AutoIt Includes, in some functions I have declared my own Local Constant for certain flags, but named the same, as the AutoIt flag.
Describe the bug
A clear and concise description of what the bug is.
** |-->: To avoid having to include several AutoIt Includes, in some functions I declared my own Local Constant for certain flags, but named the same, as the AutoIt flag, e.g. _LOWriter_DocConnect,
For StringStripWS AutoIt Function. Do you think this will cause any issues?
How to reproduce
Steps to reproduce the behavior (e.g.):
Expected behavior
A clear and concise description of what you expected to happen.
** |-->:
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
** |-->:
System under test
Please complete the following information.