I've spent all day trying to make a script work.
Now I'm so close to my goal but this line casts an error.
"Input string was not in a correct form"
What did I do wrong here?
Thanks in advance!
Now I'm so close to my goal but this line casts an error.
"Input string was not in a correct form"
Code:
double RotorAng = Convert.ToDouble ((Rotors[0].DetailedInfo.Remove (0, 15)).TrimEnd ('°'));
Thanks in advance!