Please enable JavaScript to view this site.

A-Shell Reference

[ Type code = & ] Use this code when you have the screen protected. This is necessary since INFLD is forced to disable protected fields in order to display reduced intensity field markers. When it exits, it will enable protected fields if you use this code. (Also note that disabling protection during input is not a problem since it is impossible to move the cursor out of the field, unlike Alpha's INPUT.SBR.) Before using this code you may want to reconsider your use of protected fields. If you are only using them to allow you to clear the data from the screen quickly, then you only need protection enabled when you perform the screen clear function (e.g. print tab(-1,13); tab(-1,10);tab(-1,14))