%vof() Function

Top  Previous  Next

%vof() function returns the result of the given expression.

Syntax:

%vof(expression)
 

See Symbols, Operators, Remover Commands
 

Examples:

%vof(name)

%vof(../name)

%vof(rect.height > 22 ? 'higher' : 'lower')