I have been having trouble creating a way to save at intervals of time. I want to try using the loop iteration instead. How do I define a variable (n) to be equal to all integers? If I multiplied a numeric constant by n and connected this to the loop count, and set a case structure to happen when n*constant=loop count,and had my saving functions inside the case structure, would it save at intervals?