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 ???




Philippe

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to