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 ...")
 
(Redirected page to SetEnv)
 
(One intermediate revision by one other user not shown)
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.

Latest revision as of 14:58, 31 January 2014

Redirect to: