Setenv: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "'''SETENV()''' Function is a system function that sets an environment variable similar to the configuration statement in Rinput select. For example, SETENV("SIZE","10 x ...")
 
No edit summary
Line 2: Line 2:


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

Revision as of 15:21, 16 July 2013

SETENV() Function is a system function that sets an environment variable similar to the configuration statement in Rinput select.

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.