Fullstopp instead of comma

Someone who knows of a code to check/correct , to . ? is a bit scary to use the wrong type at Z ofsett
UCCNC machine control software support forum
http://www.forum.cncdrive.com/
dezsoe wrote:You can use both: UCCNC will convert it.
stNominal = stNominal.Replace(',', '.');
dezsoe wrote:OK, I see. After you input the string try
- Code: Select all
stNominal = stNominal.Replace(',', '.');
This will replace the commas with points.