Setenv

From BR Wiki
Revision as of 15:21, 16 July 2013 by Laura (talk | contribs)
Jump to navigation Jump to search

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.