DimOnly: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The '''DimOnly''' BRConfig.sys specification can be used to prohibit the creation of new variables during program editing unless the variable has been defi...")
 
No edit summary
 
(2 intermediate revisions 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:HELP0179.jpg]]
[[Image:Dimonly.png]]




====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.