> Try this loop, then look at the msgbox, or copy paste to another app
> 
> on showDateList
>  put the short date into noww
>  convert noww to seconds
>    put 24*60*60 into hr24
>    repeat with x = (35*365) to (100*365)
>     put noww - (x*hr24) into past
>     convert past to dateitems
>     put past & cr after newList
>    end repeat
>  put newList into msg
> end showDateList

-------------------- Just a short exerpt of the result ----
1970,1,6,1,0,0,3
1970,1,5,1,0,0,2
1970,1,4,1,0,0,1
1970,1,3,1,0,0,7
1970,1,2,1,0,0,6
1970,1,1,1,0,0,5
-64800
-151200
-237600
-324000
-410400
-496800

Roger Eller <[EMAIL PROTECTED]>

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

Reply via email to