Support Board
Date/Time: Tue, 04 Nov 2025 21:45:29 +0000
Post From: explain when to use SCFloatArray vs SCFloatArrayRef ??
| [2020-08-17 23:18:08] |
| User681150 - Posts: 62 |
|
SCFLOATARRAY is strictly for declaring a variable without initializing. SCFLOATARRAYRef is when you want to point the variable (initialize it with =) at a specific array like at closing prices |
