Support Board
Date/Time: Tue, 01 Jul 2025 22:28:16 +0000
Post From: SCinput Ref pass to Tool.BeginValue
[2018-02-21 19:48:38] |
User556034 - Posts: 5 |
UpperPriceLevel represents a reference to an array of values. You can't assign an array to a member of Tool expecting a single value . Try UpperPriceLevel.GetFloat() ACSIL Interface Members - sc.Input Array: sc.Input[].GetFloat() |