>It should work just like converting any other date form, e.g. > convert long seconds to long date and short time > -- places resulting date and time in "it" > answer "The date and time is" && it
>or if you have the long seconds form in a container, > convert myVariable from long seconds to date and time > answer "The date and time is" && myVariable -- >Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] >http://www.runrev.com/ >Runtime Revolution Limited - Power to the Developer! Thank you Jeanne, I could not get this to work with a variable, however. My work around was to 'get' my variable, and then everything worked: put the seconds into mySeconds get mySeconds convert it to long time If I tried "convert mySeconds to long time" it would only return the seconds. Bug? Windows 98SE Rev 1.1.1B1 JR _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
