REBOL Document

To-issue - Function Summary


Summary:

(missing)

Usage:

to-issue value

Arguments:

value - The value argument.

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