I've recently purchased PB complier and I am having a go at trying to write some code. In the main I am looking at code that I have written and continued to develop using QBasic over the last 15 Years or so, with a view to writing code in PB to execute the same tasks.
A simple thing puzzles me any maybe someone could explain this to me.
In Qbasic I made extensive use of the INPUT function to enter all sorts of data, and generally as you typed the data you could use the arrow keys the delete and insert keys to edit the data before using the carriage return to finalise the text, just exactly as I am doing now in this window as I write this post.
Now however in PBasic the INPUT fuction appreasr to be different, once you have typed a character you can not use the other keys such as left arrow and delete etc to correct any mistakes. Can anyone explain this apparent diffrence to me and advise how I can overcome this.
Kevin Brown
A simple thing puzzles me any maybe someone could explain this to me.
In Qbasic I made extensive use of the INPUT function to enter all sorts of data, and generally as you typed the data you could use the arrow keys the delete and insert keys to edit the data before using the carriage return to finalise the text, just exactly as I am doing now in this window as I write this post.
Now however in PBasic the INPUT fuction appreasr to be different, once you have typed a character you can not use the other keys such as left arrow and delete etc to correct any mistakes. Can anyone explain this apparent diffrence to me and advise how I can overcome this.
Kevin Brown
Comment