R
Ross Culver
Can anyone explain to me why Microsoft.VisualBasic.RTrim or
Microsoft.VisualBasic.Trim do not remove the trailing blank spaces in a word
such as "PI030010035127SIY "?
I'm pulling data from SQL 2005 using a standard dataset/datatableadapter. I
assign a variable for each field and assign the variable the field value.
Then I trim it so that I can effectively line up the next word in an ongoing
string (creating a string variable to use with a PrintDocument).
Any suggestions?
Thanks.
Microsoft.VisualBasic.Trim do not remove the trailing blank spaces in a word
such as "PI030010035127SIY "?
I'm pulling data from SQL 2005 using a standard dataset/datatableadapter. I
assign a variable for each field and assign the variable the field value.
Then I trim it so that I can effectively line up the next word in an ongoing
string (creating a string variable to use with a PrintDocument).
Any suggestions?
Thanks.