.. _func_system_gcsetmode: ========= GCSetMode ========= GCSetMode - Description =========== .. code-block:: blitzmax GCSetMode( mode ) Set garbage collector mode @mode can be one of the following:
1 : automatic GC - memory will be automatically garbage collected
2 : manual GC - no memory will be collected until a call to GCCollect is made

The default GC mode is automatic GC. Parameters ========== Return Values ============= Nothing. Examples ======== See Also ========