W wxdqz New Member Aug 22, 2008 #1 Consider this code snippet: var lastModL = doc1.lastModified var lastModS = lastModL.substring(10,0) function lastmod() { doc2.write(lastModS) } How can I get the date doc1 was last modified to automatically update a field in doc2? Thanks
Consider this code snippet: var lastModL = doc1.lastModified var lastModS = lastModL.substring(10,0) function lastmod() { doc2.write(lastModS) } How can I get the date doc1 was last modified to automatically update a field in doc2? Thanks