|
-
Jun 4th, 2009, 06:19 AM
#9
Thread Starter
Hyperactive Member
Re: Insert this chacter in a string: &
finally I've solved this issue:
myString = "CType(sender, XRLabel).Text = ""Página "" & PageNumber.ToString() & "" de "" & PageCount.ToString()"
and output:
CType(sender, XRLabel).Text = "Page " & PageNumber.ToString() & " of " & PageCount.ToString()
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
|