Support Board
Date/Time: Thu, 06 Nov 2025 00:52:21 +0000
Post From: sc.ValueFormat must be set outside of sc.SetDefaults
| [2024-09-24 17:39:38] |
| Mark Lewis - Posts: 27 |
|
This doesn't work if (sc.SetDefaults) { ... sc.ValueFormat = 0; ... } This does work if (sc.SetDefaults) { ... } sc.ValueFormat = 0; If this is the correct behavior, it might be worth noting it in documentation for sc.ValueFormat |
