In graphics screens.
yes, but adding \16 and \8 nothing changes. In my program, SCREEN test& (that is called SCREEN schermo&), is the screen where all the images are put, after they have been collected between them.
For example, the attached image of the first post, is the result of an image put 2 times (the 2 graphs) inside a larger image (with datas) finally put in turn on schermo&. I use schermo& to ask inputs to the user or to write some information, but it has to contain also images.
So, is there a way in order to have blinking cursor on test&(schermo&)?
I thounght that implementing navigability was easier and that the worst was over!
However, thanks you all, I have understood the examples and I have done what I wanted. A part from blinking cursor...
Hi
it is so fine to see how different and similar approaches have been showed here for a customized input routine.
@bartok
as our friends have said it is no possible navigation trough the input lines if you use old standard INPUT/ LINE INPUT / INPUT$() keywords. Please forgot them because you will not want a DOS interface with black screen.
apart from the fact that I adore DOS inferface with black screen...:D
apart from the fact that, even having implemented this new standar of input, my interface still seems a DOS interface with back screen...
but: implementing this flexible kind of input, is absolutely not a joke, above all if the real case requires well defined kind of inputs! So, if it is not necessary such a flexibility, I think "normal" INPUT is preferable.