bennicheck Posted May 30, 2019 Posted May 30, 2019 Hi, i want to set a state array to default. How do i do it ? For example, during the run i assign different states to some rows of the array. But then, it is necessary to set all rows to default (1 for example). Do i have to write a complete prozess for this or does a function exist? Best regards
GFurtado Posted May 30, 2019 Posted May 30, 2019 The expression State.InitialValue might help you, but I believe you can't reset every value of the array at the same time (I might be wrong). In this case, you'd need to set multiple assignments or loop in a process.
Recommended Posts