Computer Science, asked by giri6495, 19 days ago

which function is used to return a copy of a string without leaving spaces

Answers

Answered by btanvi047
0

Answer:

Returns a Variant (String) containing a copy of a specified string without leading spaces (LTrim), trailing spaces (RTrim), or both leading and trailing spaces (Trim).

Similar questions