A vendor is sending us duplicate charge messages. The duplicate messages come in order and there is a sequence number in the messages. What is best practice? Can I use a global variable in my tcl to store the last sequence number or should I store the last sequence number in a file?