Code:tbData = TextFile.ReadToTable("C:\\1.txt");---İn Text File > Line 1 : "255 255 255" strData = String.Replace(tbData[1], " ", ",", false); RGB = Math.RGBToNumber(strData); -- [ X,X,X But how i can edit tbData for convert the string X,X,X and working normaly ]
Help please...![]()

Reply With Quote
