NETLibraryVersion

function

Library: Network utilities (OMNETUTL legacy)
Include: omnetutl.xin

Returns: the copyright and version information of the Network Utilities library


Declaration
define external stream function NETLibraryVersion


Purpose

Use NETLibraryVersion to retrieve the copyright and version information of this library.

Requirements

You must include the following line at the beginning of your OmniMark program:

  include "omnetutl.xin"

Example


  include "omnetutl.xin"
  
  process
  
     output "Version of NETLibrary is:%n" || NETLibraryVersion || "%n"