TO-TUPLE

REBOL Dictionary 2.0


Summary:

Converts to tuple value.

Usage:

to-tuple value

Arguments:

value - Value to convert

Description:

Converts other values to TUPLE.


    print to-tuple [12 34 56]
    12.34.56

To convert REBOL RGB color tuples to HTML hex color values, see the to-hex function.

Related:

to - Constructs and returns a new value after conversion.
to-hex - Converts an integer to a hex issue!.


<Back | Index | Next>

Copyright 2003 REBOL Technologies