which function is used to return a copy of a string without leaving spaces
Answers
Answered by
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