Share

vl-bb-set (AutoLISP)

Product Documentation
Intermediate

Sets a variable in the blackboard namespace

(vl-bb-set 'symbol value)

Arguments

'symbol

A symbol naming the variable to be set.

value

Any value, except a function.

Return Values

The value you assigned to symbol.

Examples

Command: (vl-bb-set 'foobar "Root toot toot")

"Root toot toot"

Command: (vl-bb-ref 'foobar)

"Root toot toot"


Was this information helpful?