Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Comix 3.0 Reference Manual - <b>set memoblock</b> set memo block size http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SET MEMOBLOCK        Set memo block size
------------------------------------------------------------------------------

Synopsis

    SET MEMOBLOCK TO <nSize>

Arguments

    <nSize> is the size of blocks for subsequently created .FPT files (it
    must be in the range of 32 - 16384).

Description

    See cmxMemoBlock() for a description of this command.

Example

    set memoblock to 32                 && Use a really small block size

                                        && Now create the database.
                                        && dummy.fpt will have a block size
                                        && of 32 bytes
    dbCreate("dummy", { { "field1", "C", 20, 0 }, ;
                        { "memo",   "M", 10, 0 } } )

    set memoblock to 64                 && Restore memo block size to default

See Also

    cmxMemoBlock()


See Also: cmxMemoBlock()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson