When an email command is initiated and the contents of the email contain variables, when do these variables get captured for the email?
I had a program that has been working fine, but recently some of the variables are coming out wrong like they aren't being captured until a scan or two after the email instruction is initiated.
Basically the email is called and on the next scan some of the variables are reset to zeros. What I am getting in my emails now are zeros.
I can interlock this reset with the success bit for the email instruction to fix this, but wanted to better understand how the email pulls data as it could affect some other programs of mine.