Re: [Ql-Users] TYPE_IN

2017-10-04 Thread Lee Privett via Ql-Users
Thanks guys and especially to Michael, and to his last few questions. Firstly I placed the query (cut down) to avoid a lengthy and possibly boring explanation I am periodically (while I can) in pre-production of a lengthy project that I have dabbled in over the last two years and as I think about

Re: [Ql-Users] TYPE_IN

2017-10-04 Thread Michael Bulford via Ql-Users
Hi all, I am hoping now to explain what is going on. First, here is some code that does work .. 100 DIM Top$ (100) : Top$ = "REMark " & FILL$( "*" ,20) 110 DIM Final$(100) : Final$ = "REMark " & FILL$("text",20) 120 An = 2 1920 TYPE_IN An&":"$(10) 1930 TYPE_IN (An+1)$$(10) 1932