Show/Hide Toolbars

Licence Protector 5

 

Returns the ASCII value which is stored in the field TagValue of a module.

 

Name

GetTagValue                                                                                        

Purpose

Gets the tag for the specified module

Params

Parameter

Type

Example

Note

ModuleID

String

D1001

Unique ModuleID – identifies the module to be tested

Returncode

Returncode

Type String

Note

Tag

The set tag

Usage

E.g. implement a good and bad value anti-cracker strategy

Sample

 

  sTag := lic.GetTagValue(‘D1001’);

  << use the tag as good value and replace the bad value >>

  ...

 

See also

TagValue