Support Board
Date/Time: Sat, 08 Feb 2025 17:09:00 +0000
Post From: sc.StorageBlock returns block of 0x00's in 2135-x64. Was working in 2092-x64.
[2020-07-13 00:55:00] |
User496956 - Posts: 2 |
sc.StorageBlock returns block of 0x00's in 2135-x64 after restarting Sierra Chart. struct s_PermData { int InitFlag; char SourceList[64]; }; s_PermData* PermData; PermData = (s_PermData*)sc.StorageBlock; Code used at the very top of the study. I'm using it fill a sting used by SetCustomInputStrings. |