Macro Language Reference > Macros > System > strpass
  
strpass
Description
Encrypts the specified strings with a password
 
Example 247. Encrypt strings
The macro below would password encrypt strings 1, 2 and 3 with the password fred.
strpass 1,2,3, "fred"
Syntax
strpass strings:s? ( passwords:s )
strings
The number of the string(s) to be encrypted, or a range of numbers in the form 1..4
passwords
The password to be assigned to strings