Support Board
Date/Time: Mon, 23 Jun 2025 09:21:08 +0000
Post From: corruption of variables on simple code using standard arrays
[2022-03-01 12:06:47] |
1+1=10 - Posts: 270 |
It appears you never modify “flag” within this study. The only thing I can think of is that “flag” is a global variable. Thus, it gets shared between all the other studies within SCDLLName("Provette"). So if any other custom study modifies “flag” it would be seen by this study too. Date Time Of Last Edit: 2022-03-01 12:20:22
|