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

REBOL 3 Functions: to-issue

to-issue  value

Converts to issue! value.

Arguments:

value

See also:

to   to-hex  

Description

Returns an issue! value made from the given value.

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

To convert HTML RGB color values (that look like #000000), see the to-hex function.


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