REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: to-tuple

to-tuple  value

Converts to tuple! value.

Arguments:

value

See also:

to   to-hex  

Description

Returns a tuple! value made from the given value.

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.

Tuples can have up to 10 segments.


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin