The Editer support c# is lowest

Created at 15 Mar 2018, 16:14
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
Bits's avatar

Bits

Joined 14.03.2018

The Editer support c# is lowest
15 Mar 2018, 16:14


eg:

switch (Math.Abs(GetDirection( out int Dcontain ) + curDirection))
            {
               case 1:

               break;
               case 2:
              break;

}

result:

Error CS1513: 应输入 }

Error CS1002: 应输入 ;

Error CS1519: 类、结构或接口成员声明中的标记“)”无效

Error CS1519: 类、结构或接口成员声明中的标记“(”无效 .......

Hope support the lastest c#

                  


@Bits