Support Board
Date/Time: Fri, 29 Nov 2024 02:49:40 +0000
Post From: canceled stop order continues to have status SCT_OSC_OPEN
[2023-03-16 20:43:04] |
ondafringe - Posts: 286 |
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. |