Login Page - Create Account

Support Board


Date/Time: Mon, 15 Sep 2025 13:08:21 +0000



Post From: canceled stop order continues to have status SCT_OSC_OPEN

[2023-03-16 20:43:04]
ondafringe - Posts: 327
I suppose I could have also solved it by moving the variable out of scope, i.e. declaring it at the base level of my script, correct?

In Post #11, above, I thought that's what you were going to do.

IMO, it's best to declare variables with the narrowest scope possible, scope to be determined by how/where/when you need to access that particular variable.