TO-ISSUE

REBOL Dictionary 2.0


Summary:

Converts to issue value.

Usage:

to-issue value

Arguments:

value - Value to convert

Description:

Converts other values to ISSUE.


    print to-issue "1234-56-7890"
    1234-56-7890

To convert HTML RGB color values (that look like #000000), 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