- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
HI everyone:
It is possible to specify in which column (notepad) the last word should be written during the construction of a string.
for example for write "CHECKPOINT 1" at column 70
(setq txterr1 (strcat groupname " & R1=" (rtos (cadr r1) 2 2) "CHECKPOINT 1"))
\______________ __________________/ --> start write checkpoint at column 70
\/
This length is variable < column 70
(setq txterr2 (strcat groupname " & R2=" (rtos (cadr r2) 2 2) "CHECKPOINT 2"))
\______________ __________________/ --> start write checkpoint at column 70
\/
This length is variable < column 70
Solved! Go to Solution.