I could not get function parameters to work properly in my script. I left that part until now. I need to use function parameters to dynamically turn debugging on and off.
I noticed through hours of debugging, if I just modify the contents of a comment prior to the definition of the Array used to hold the function parameters, I can edit or not edit the function parameters for my study, depending on the length and content of my comments just prior to the Array.
This is a big problem. Can someone look into this right away? Maybe I did something wrong but I doubt it. The scripts are attached. If this is failing, I am worried about other bugs I see popping up in my script. I don't know if it is a bug also or my mistake. For now, I will assume it is my error until proven otherwise.
All test scripts attached.
I noticed through hours of debugging, if I just modify the contents of a comment prior to the definition of the Array used to hold the function parameters, I can edit or not edit the function parameters for my study, depending on the length and content of my comments just prior to the Array.
This is a big problem. Can someone look into this right away? Maybe I did something wrong but I doubt it. The scripts are attached. If this is failing, I am worried about other bugs I see popping up in my script. I don't know if it is a bug also or my mistake. For now, I will assume it is my error until proven otherwise.
All test scripts attached.
Comment