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>cmxversion()</b> get version of the comix rdd http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
cmxVersion()          Get version of the Comix RDD
------------------------------------------------------------------------------

Synopsis

    cmxVersion([nDetail]) -> cVersion

Arguments

    nDetail is optional, and if provided results in a more detailed version
    of the version being returned.

    If nDetail is not provided or 0, then a string of the form "N.NN" will
    be returned.

    If nDetail is 1, then a string of the form "N.NN.NN" will be returned.

    If nDetail is 2, then a string of the form "N.NN.NN (Comix/5.x)" will
    be returned.

Returns

    cmxVersion() returns a character string containing version information.

Description

    cmxVersion() allows you to determine what version of the Comix RDD you
    are using.

Example

    ? cmxVersion()          && 3.00
    ? cmxVersion(1)         && 3.00.00
    ? cmxVersion(2)         && 3.00.00 (Comix/5.2)

See Also

    None.


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