TO-BITSET

REBOL Dictionary 2.0


Summary:

Converts to bitset value.

Usage:

to-bitset value

Arguments:

value - Value to convert

Description:

Converts other values to BITSET.


    probe to-bitset [#"a" - #"z" #"A" - #"Z"]
    make bitset! #{
    0000000000000000FEFFFF07FEFFFF0700000000000000000000000000000000
    }

Related:

to - Constructs and returns a new value after conversion.


<Back | Index | Next>

Copyright 2003 REBOL Technologies