REBOL Document

To-tuple - Function Summary


Summary:

(missing)

Usage:

to-tuple value

Arguments:

value - The value argument.

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 2004 REBOL Technologies