Support Board
Date/Time: Thu, 06 Nov 2025 12:48:56 +0000
Post From: question on sc.UseTool() for DRAWING_HORIZONTALLINE
| [2022-08-26 04:02:53] |
| Tony - Posts: 640 |
|
It is probably easier to have a separate string and use sc.UseTool() to draw that string. SCString LineRelatedInfo {""}; if (condition1) LineRelatedInfo.Format("this happens"); else LineRelatedInfo.Format(".2f", LinePrice); for the horizontal location, a string can be drawn anywhere from index 0 to sc.Index+124 Date Time Of Last Edit: 2022-08-26 04:05:25
|
