Converting seconds work around?

Jeanne A. E. DeVoto jeanne at runrev.com
Fri Mar 8 02:51:01 EST 2002


At 9:36 AM -0800 3/7/2002, JohnRule at aol.com wrote:
>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?

Not sure. It's working for me, and I just tried it on Windows to be sure.

  put the seconds into mySeconds
  convert mySeconds to long time
  answer mySeconds

gives me the current long time.

--
Jeanne A. E. DeVoto ~ jeanne at runrev.com
http://www.runrev.com/
Runtime Revolution Limited - Power to the Developer!





More information about the use-livecode mailing list