Setenv: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
(Redirected page to SetEnv)
 
Line 1: Line 1:
'''SETENV()''' Function is a system function that sets an environment variable similar to the configuration statement in [[Rinput select]].
#redirect:[[SetEnv]]
 
For example, SETENV("SIZE","10 x 24") causes [[ENV$]]("SIZE") to return the string "10 x 24". Additionally, SETENV("SCRN_SIZE_POSN") - case insensitive - will save the current screen size and position for both the new console and the command console, provided they are not minimized to the task bar. The positions of any window that is minimized (graphical window or command console) will not be saved.
 
<noinclude>
[[Category:Internal Functions]]
</noinclude>

Latest revision as of 14:58, 31 January 2014

Redirect to: