Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leSetEnv

leSetEnv( 
t_name 
g_value 
) 
=> t / nil

Description

Sets the layout environment properties with the variable t_name to the value g_value.

Arguments

t_name

Name of the layout environment property variable assigned the value g_value. Valid Values: any valid SKILL expression

g_value

Value of the variable t_name. Valid Values: any value that matches the value type defined for the variable

Value Returned

t

The value is assigned.

nil

The value is not assigned.

Example

Turns gravity off in the current window.

leSetEnv( "gravityOn" nil )

Related Topics

Environment Variable Functions


Return to top
 ⠀
X