Support Board
Date/Time: Fri, 12 Dec 2025 12:38:22 +0000
Post From: ACSIL Help with resetting variables on symbol change.
| [2024-02-16 19:27:58] |
| User92573 - Posts: 574 |
|
Dear Support Board Can anyone provide some help with resetting variables on symbol change. I have the following: // Do Processing SCString SYM = sc.Symbol.GetChars(); SCString str_CURRENT_SYM; if(str_CURRENT_SYM != SYM) { // clear values } ..... etc. etc. { // code blocks } // last line before closing bracket str_CURRENT_SYM = SYM; But clearly I've got it wrong. Any help appreciated. Many thanks |
