Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Reading a text file line first 100 characters.


Message #1 by <Clay.Taylor@k...> on Tue, 28 Jan 2003 12:25:36 -0500
Yes, that worked. I was trying to go about it the hard way. I used the 
below code to get the first 100. Thanks Walt!

Call msApp.MbeSendCommand(Left(lblTest.Caption, 100))

-----Original Message-----
From: Walt Morgan [mailto:wmorgan@s...]
Sent: Tuesday, January 28, 2003 1:06 PM
To: professional vb
Subject: [pro_vb] Re: Reading a text file line first 100 characters.


Clay,

I'm unsure that I understand exactly what it is you wish to do. If the 
text is already in the txtObject, then the string functions, Mid, Left, 
Right, etc. should be sufficient. I apologize if this suggestion is not 
based on your actual situation.

Walt


  Return to Index