User Tools

Site Tools

한국어

cubloc:ltrim:index

LTrim(stringValue)

Removes all blank spaces from the left side of the given String.

Dim ST1 As String * 12
ST1 = "  COMFILE"
ST1 = LTrim(ST1)
Debug "AAA",ST1            ' AAACOMFILE is printed.

See also RTrim

Go CUBLOC home

cubloc/ltrim/index.txt · Last modified: 2016/06/14 08:59 by COMFILE Technology