Tran-

I usually store the version number and date in a custom property of
the stack. Then I can query the custom property to see what I've got.
Something like:

set the uVersion of this stack to 3.14
set the uDate of this stack to "17 February 2009"

--then

if there is a file tFileToUpdate then
  get the uVersion of file tFileToUpdate
  if it < tNewVersion then
    update it
  end if
end if

-- 
-Mark Wieder
 [email protected]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to