I am having "Coder's block" with one simple problem. I used to know how to do this but just can't remember.
Without using "CENTER TEXT" how do I manually Center a line of text on different screen widths using LEN(MyTEXT$) to determine size of text and SET CURSOR X,Y to position the MYTEXT$ text line.
Reason is that I want to set up multi-color text on various letters or whole words on one or more lines. CENTER TEXT does not allow me to do this trick very well. Say MYTEXT$ = (D)ark (B)asic (P)rofessional and the letters within () change various colors. I have the code to do that but not how to center it manually on a screen. Does anyone have that formula?
When old programmers die...do they decompile?