Name

ModuleName                                                                                      

Purpose

Gets the name of the specified module

Params

Parameter

Type

Example

Note

ModuleID

String

D1001

Unique ModuleID – identifies the module to be tested

Returncode

Returncode

Type String

Note

Name

The name of the module

Empty

The module with the selected ModuleNumer does not exist

Usage

E.g. show the available modules

Sample

 

  sName := lic.ModuleName(‘D1001’);

  << use the name to show it >>

  ...

See also