Hello,
I'm working on a script that checks the last modified date of a file and compares it to the date that was saved last time the script was run. I do this by using StrComp. The problem is that I can never get StrComp to return 0. In other words, the strings are never equal. I've thrown echo statements in key places and the dates look fine. Any ideas?
Maybe an ascii vs. unicode issue? Oh, well.. I'm lost on this one.
Thanks,
Ben
I'm working on a script that checks the last modified date of a file and compares it to the date that was saved last time the script was run. I do this by using StrComp. The problem is that I can never get StrComp to return 0. In other words, the strings are never equal. I've thrown echo statements in key places and the dates look fine. Any ideas?
Maybe an ascii vs. unicode issue? Oh, well.. I'm lost on this one.
Thanks,
Ben