|
-
Sep 18th, 2000, 09:06 PM
#1
Can someone please help me? I have a Label1.Caption that is set = to a textbox (TextBox1) on my form. The value in the textbox is "c:\myfiles\The Matrix.doc" I want to set the value of my Label1.Caption equal to just "The Matrix". I think I can do something like this....
label1.Caption = Left(TextBox1, "/") and then just trim off the ".doc" and the file path info?
Thanks in advance for any help!!!
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
|