Sort Quote PageThis script will remove the duplicate symbols on the custom quote page you pass as the string parameter. Of course, you can assign this to respond to any of the number buttons instead of 1, and you can pass the name of any quote page. The quote pages are located in the folder referenced by sPath, and they have a '.quo' extension.procedure RemoveDup(s: string); {----- MAIN PROGRAM -----} Cut and paste the script into the script editor. Save As to a file name of your choice. Run the script by clicking the #1 button. Then, open your named quote page and observe that the duplicates were removed. |