|
-
May 22nd, 2007, 09:13 AM
#1
Re: I want to read a file starting from the last line in the page
Ehhh... there is a typo:
repalce this: arLines = Split(sText(, vbNewLine))
with this: arLines = Split(sText, vbNewLine)
Sorry about that.
-
May 22nd, 2007, 09:18 AM
#2
Re: I want to read a file starting from the last line in the page
 Originally Posted by RhinoBull
repalce this: arLines = Split(sText(, vbNewLine))
I thought you had come up with an undocumented way of using Split.
-
May 22nd, 2007, 09:31 AM
#3
Re: I want to read a file starting from the last line in the page
Hah, I guess I just did.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|