unixisgood
Technical User
Hi all,
I can read some line which i want but i have problem with date\time format. While reading it can not get date\time properly.
Text file i read from looks like below;
Date/Time Message
-------------------- ----------------------------------------------------------
30.01.2007 14:35:16 xxxxxxxxxxxxxxxxxxxx
But when i read data and add to listbox or put into another file it looks like,
Date/Time Message
-------------------- ---------------------------------------------
30,01
14 xxxxxxxxxxxxxxxxxxxx
My command is
Print #4, Left(LTrim(readline), 70)
ListBox3.AddItem Left(LTrim(readline), 70)
Any idea?
I can read some line which i want but i have problem with date\time format. While reading it can not get date\time properly.
Text file i read from looks like below;
Date/Time Message
-------------------- ----------------------------------------------------------
30.01.2007 14:35:16 xxxxxxxxxxxxxxxxxxxx
But when i read data and add to listbox or put into another file it looks like,
Date/Time Message
-------------------- ---------------------------------------------
30,01
14 xxxxxxxxxxxxxxxxxxxx
My command is
Print #4, Left(LTrim(readline), 70)
ListBox3.AddItem Left(LTrim(readline), 70)
Any idea?