Command: decode

Syntax

decode <string> {,<ident> ... }

Description

Read identifier values from a string expression.

Parameters

Switches

Notes

If there are no identifiers specified on the command line, no action will be taken. If there are more identifiers than there are values in <string>, these identifiers will remain unchanged.

Example

Split a string s into two: s1 and s2.

decode s, s1, s2

See Also

Commands:

encode, read