Support Board
Date/Time: Fri, 19 Dec 2025 15:29:01 +0000
Post From: question on sc.UseTool() for DRAWING_HORIZONTALLINE
| [2022-08-26 04:02:53] |
| Tony - Posts: 660 |
|
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
|
