GetTagValue

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

 

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

 

Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.7/help2000/index.html?fr_gettagvalue.htm