Modifies the ID of a string.
Syntax
Expression.ChangeID (ID as VARIANT) as String
Expression Object of type PslSourceString
ID New ID of the String. It be either a numerical value or a string.
Note:
The ID identifies the string both in the source file and the target file. If the ID is changed, the string may no longer be relatable. So be careful using this function.
Changes in the string lists will not be saved automatically. To save the changes, one of the functions PslSourceList.Save or PslSourceList.Close has to be called.