Support Board
Date/Time: Sat, 08 Feb 2025 05:52:58 +0000
Post From: A few basic ACSIL questions
[2020-06-25 10:15:30] |
grantx - Posts: 244 |
Thank you so much flipper. I really appreciate your help! I think I understand most of that, just this one bit. In the sample code above it uses an arraysize-1: (sc.BaseDateTimeIn[sc.ArraySize - 1])
But the help files show it being used at the current array: SCDateTime BarDateTime = sc.BaseDateTimeIn[sc.Index]
ACSIL Interface Members - Variables and Arrays: sc.BaseDateTimeIn[] Is that because we are not interested in the currently forming bar? |