leGetEnv
leGetEnv(t_name) =>g_value/nil
Description
Returns the value currently assigned to the layout environment properties with the variable t_name.
Arguments
Value Returned
Example
Returns the value of the variable gravityOn.
leGetEnv( "gravityOn" )
Related Topics
Environment Variable Functions
Return to top