@@ -266,7 +266,7 @@ namespace UAS_MES_NEW.Make
Remark.AppendText(weigh.Trim() + "\n");
if (weigh != "")
{
- weight.Text = weigh.Trim();
+ weight.Text = re.Match(weigh).Value;
}
Remark.Clear();