You can change the strings to use for replacing the marked strings at any point in your program with trt_rplst():
| UCHAR *trt_rplst(old_stp, new_stp, trtp) |
If the old string (the string to be replaced) is in the first column of the array, the string it is associated with is removed from the second column in the table and the specified new string (the replacement) is placed in the table.