TO-CHAR

REBOL Dictionary 2.0


Summary:

Converts to char value.

Usage:

to-char value

Arguments:

value - Value to convert

Description:

Converts other values to CHAR.


    print to-char "a"
    a


    print to-char 65
    A

Related:

to - Constructs and returns a new value after conversion.


<Back | Index | Next>

Copyright 2003 REBOL Technologies