Hi,
I am searching specific string.
String looks like
------
date -s "03/01/2005 12:13:03"Tue Mar 1 12:13:03 PST 2005bash#
------
To get string,
FTPUpload.Text1.SelText = Chr$(CH)
To get string, it takes one by one on FTPUpload.Text1.Text.
For example,
d
a
t
e
-s
.......
b
a
s
h
#
So, final string looks like As above.
If I only want to get Tue Mar 1 12:13:03 PST 2005, how can I do??
Would you please help me??
Thank you in advance.
I am searching specific string.
String looks like
------
date -s "03/01/2005 12:13:03"Tue Mar 1 12:13:03 PST 2005bash#
------
To get string,
FTPUpload.Text1.SelText = Chr$(CH)
To get string, it takes one by one on FTPUpload.Text1.Text.
For example,
d
a
t
e
-s
.......
b
a
s
h
#
So, final string looks like As above.
If I only want to get Tue Mar 1 12:13:03 PST 2005, how can I do??
Would you please help me??
Thank you in advance.