Saturday, August 14, 2010

Visual Basic String Function : RTrim

Purpose : The RTrim function returns a copy of a string with any trailing spaces removed.

Syntax :
RTrim ( String )

String : String to be modified.

rs!LastName = RTrim ( txtLastName.Text )

RTrim removes any spaces from the end of strings and byte arrays.

No comments:

Post a Comment