1
votes
votes
2 answers
Windows forms text box string to int conversion
Hi, I have a textbox on windows forms and I want to display integer or floating point values. Globals.command = "M162->D:$00008B"; X_Encoder_Pos.Text = Globals.Turbo.GetResponseEx(Globals.device_number, Globa ...
