algotrader01
Hat das Thema String conversion hinzugefügt
Hello! is the following somehow possible? double num = 123.12 ;    string Arr[]={ "num" };    StringToDouble (Arr[ 0 ]); This results in 0.0 and not in 123.12 What obviously works but is not what I Need is: string test[]={
algotrader01
Hat sich auf MQL5.community registriert