Support Board
Date/Time: Thu, 28 Nov 2024 06:29:25 +0000
Post From: Errors rebuilding older indicator in v2363
[2023-06-02 07:37:36] |
User431178 - Posts: 544 |
error: 'struct s_sc' has no member named 'PersistVars' Instead of above use the functions listed at the link below. Persistent Variable Functions error: 'DAYS' was not declared in this scope Need to use SCDateTime member function for this Working with the SCDateTime Variables and Values: DAYS() error: cannot convert 'SCDateTime' to 'double' in assignment Need to use SCDateTime member function to get datetime as double Working with the SCDateTime Variables and Values: GetAsDouble() or look at an alternative way of determining and displaying the time span. Date Time Of Last Edit: 2023-06-02 07:37:56
|
newZZb2.cpp - Attached On 2023-06-02 07:37:33 UTC - Size: 24.17 KB - 105 views |