----- Original Message -----
From: "Dennis Schuette" <[email protected]>
Thanks to all for the suggestions. Ended up writing the following function:
FUNCTION Text2DTime
..
Hello guys.
Here is Andy's method, a little compacted :
*****
FUNCTION Text2Dtime
PARA x
=ALINES(y,LOWER(x),", "," ")
=ALINES(z,[january february march april may june july august september october november
december]," ")
RETURN CTOT(y(4) + "-" + CAST(ASCAN(z,y(2)) as C) + "-" + y(3) + 'T' + y(5) + '
' + y(6))
*****
;o)
Gérard.
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/4E1F2CB0F7B24BD292AC2BA9AC8D9682@MuriellePC
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.