1.

How Will You Trim The Spaces On The Left Of A String Using Vbscript?

Answer»

USING LTRIM function, which returns a string after removing the spaces on the LEFT side of the SPECIFIED string.

Using Ltrim function, which returns a string after removing the spaces on the left side of the specified string.



Discussion

No Comment Found