Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 11:37:22 +0000



Post From: Trying to use Study data in an ACSIL function

[2014-10-21 18:04:48]
eRamone - Posts: 1
You need to change data type of variables ValueStudy to float

float ValueStudy1 = StudyReference1[sc.Index];
float ValueStudy1b = StudyReference1[sc.Index - 1];

Regards