Good afternoon!
I wanted to verify that I understood what was happening in the Initialize() portion of routines specifically.
When I load up RB32, the initial routine that I choose fires Initialize() and all other code called within the Initialize() method and ONLY for that selected, active routine - no others.
When I load up RB64, the initial routine that I choose doesn't appear to fire Initialize() at all, until I change routines for the first time. After that first routine change, it loads Initialize() and all associate code for ONLY the selected routine, but only after changing routines at least once. It will then however fire Initialize() for each routine you change to, every time you change to that routine.
I assume the RB32 behavior is correct and RB64 will need to be corrected, but wanted to verify.
Thank you!
I wanted to verify that I understood what was happening in the Initialize() portion of routines specifically.
When I load up RB32, the initial routine that I choose fires Initialize() and all other code called within the Initialize() method and ONLY for that selected, active routine - no others.
When I load up RB64, the initial routine that I choose doesn't appear to fire Initialize() at all, until I change routines for the first time. After that first routine change, it loads Initialize() and all associate code for ONLY the selected routine, but only after changing routines at least once. It will then however fire Initialize() for each routine you change to, every time you change to that routine.
I assume the RB32 behavior is correct and RB64 will need to be corrected, but wanted to verify.
Thank you!