detach

Detach the named sub-variable from a list variable.

Syntax

result = detach ( variable ) ;

Arguments

list variable

Return Value

list result

Warnings

%INVALID : Cannot detach variable

Exceptions

%ARGUMENT : Invalid arguments. Usage: result = detach ( variable ) ;

%IDENTIFIER : 'variable' argument is not a valid identifier, literal, or reference

Description

None

Examples

To execute the example below, press or modify the example to try different variations.

Related Links

None