swirl Guide to OmniMark 6   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
  Related Syntax    
built-in variable   #language-version    

Summary String  

Purpose

Returns a string representation of the version of OmniMark currently running. The form of the string is:

  1. an uppercase "V"
  2. the major version number as one or more digits, with no leading zeros
  3. an uppercase "R"
  4. the release number as one or more digits with no leading zeros, unless the release number is zero
  5. an optional lowercase letter, designating an update to a release
  6. a space character
  7. further information about the release (copyright information)

If you used this code:

  process
     output "OmniMark language version: " || #language-version || "%n"

your output might look like the following: OmniMark language version: V6R0e5 - Copyright (c) 1988-2000 by OmniMark Technologies Corporation.

  Related Syntax
   #platform-info
 
 
----  

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ OMX ] [ ERRORS ]

OmniMark 6.5 Documentation Generated: December 23, 2002 at 6:25:06 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-2002.