Support Board
Date/Time: Fri, 07 Nov 2025 02:58:11 +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. |
