Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 20:37:48 +0000



Post From: String Format in Drawing Label

[2019-06-26 17:03:35]
User439067 - Posts: 48
      auto angle = angle_rads * 180 / 3.14;

      SCString angle_string;
      midpoint.Color = COLOR_RED;
      midpoint.Text.Format("Angle: ", angle);

Can you tell me how to fix this? The label shows "Angle:" without the double.