Syntax :
RTrim ( String )
String : String to be modified.
RTrim ( String )
String : String to be modified.
rs!LastName = RTrim ( txtLastName.Text )
RTrim removes any spaces from the end of strings and byte arrays.
RTrim removes any spaces from the end of strings and byte arrays.
No comments:
Post a Comment