netutil.omnetutil-version

function

Library: Network utilities (OMNETUTIL)
Import : omnetutl.xmd

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


Declaration
define external stream function netutil.omnetutil-version


Purpose

Use netutil.omnetutil-version to retrieve the copyright and version information of this library.

Example


  import "omnetutil.xmd" prefixed by netutil.
  
  process
  
     output "Version of NETLibrary is:%n" || netutil.omnetutil-version || "%n"

Other Library Functions