DimOnly: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The '''DimOnly''' [[BRConfig.sys]] specification can be used to prohibit the creation of new [[variable]]s during [[program]] [[editing]] unless the [[variable]] has been defined by a [[Dim]] [[statement]].
The '''DimOnly''' [[BRConfig.sys]] specification can be used to prohibit the creation of new [[variable]]s during program editing unless the variable has been defined by a [[Dim]] [[statement]].


[[Image:Dimonly.png]]
[[Image:Dimonly.png]]
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.