TO-HASH

REBOL Dictionary 2.0


Summary:

Converts to hash value.

Usage:

to-hash value

Arguments:

value - Value to convert

Description:

Converts other values to HASH.


    test-hash: to-hash [Bob Tina Fred Sandra Linda]
    probe find test-hash 'Fred
    make hash! [Fred Sandra Linda]

Related:

to - Constructs and returns a new value after conversion.


<Back | Index | Next>

Copyright 2003 REBOL Technologies