when I write heure: transfo-time heure.. the variable is grabbed by the variable, right ?
----- Original Message ----- From: "Ladislav Mecir" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 11:11 AM Subject: [REBOL] Re: Return of a function > Hi Philippe, > > try instead: > > heure: "12.01" > heure: transfo-time heure > > > ----- Original Message ----- > Hi, > > I really need to understand why the return of this function doesn't work. > > > transfo-time: func [hm] [ > > hm: parse hm "." > hm/1: to-integer hm/1 > hm/2: to-integer hm/2 > hm: to-time join hm/1 [":" hm/2] > hm > ] > > heure: "12.01" > > transo-time heure > > heure: hm > print heure; nothing is print.. heure has no value now.. why ??? > > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
