Macro Language Reference > Macros > Tag > tpass
  
tpass
Description
Enables passwords to be applied to tags, preventing unauthorized changes from being made. You can also encrypt tags, preventing the contents from being viewed unless the correct password is supplied. You can even encrypt tags with a serial number, rendering the tag useless unless it is run on a machine with that serial number.
Syntax
tpass tag:t? ( add delete:n? ( encrypt:n? ) password:s? add:n? )
tpass
[no parameter]
Invoke theTag Password/Encryption dialog box.
tag
The name of the tag to which the password will be applied
add delete
0
Remove password from tag.
1
Add password to tag.
This parameter can be left blank if required.
encrypt
0
Do not encrypt tag.
1
Encrypt tag.
This parameter can be left blank when used with text tags, if required.
password
The password to be applied to tag.
add
0
Do not add password to session list.
1
Add password to session list.
Related Links