Support Board
Date/Time: Mon, 03 Nov 2025 04:19:36 +0000
Post From: canceled stop order continues to have status SCT_OSC_OPEN
| [2023-03-16 20:43:04] |
| ondafringe - Posts: 328 |
|
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. |
