|
-
Nov 11th, 2000, 12:27 AM
#1
Thread Starter
Lively Member
I have a little problem with strings
if I do:
---
test = "test" & Chr(0) & Chr(0) & Chr(0) & "test"
Label1.Caption = Right(test, 1)
---
then the caption of the label will stay blank while it is supposed to be "t".
It seems that the second "test" is lost...
Is there a way to get ALL the characters in the string so they can be put in label1.caption?
Thank you
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
|