DimOnly: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 6: Line 6:
====Default====
====Default====
#Prohibit program entry of variable names which are not dimensioned.  
#Prohibit program entry of variable names which are not dimensioned.  
====Other====
It can also be used with the [[Config]] command or within a program line using the [[Execute]] statement.


<noinclude>
<noinclude>

Latest revision as of 21:21, 27 July 2015

The DimOnly BRConfig.sys specification can be used to prohibit the creation of new variables during program editing unless the variable has been defined by a Dim statement.


Default

  1. Prohibit program entry of variable names which are not dimensioned.

Other

It can also be used with the Config command or within a program line using the Execute statement.