std-acadver,std-acadplatform


Synopsis

(std-acadver) ; same as (getvar "ACADVER")

(std-acadplatform) ; same as (getvar "PLATFORM")

Description

Cached version of the appropriate (GETVAR) calls.

To be continued

Cached versions

This function is only called once, the result is stored in the global symbols *ACADVER* and *ACADPLATFORM*. All subsequent calls just return a result dependent on the value of this symbol.

Arguments

None

Return Value

T or nil.

Side Effects

Works with the global symbols mentioned above.

Module

Defined in STDINIT