User Tools

Site Tools

한국어

cubloc:left:index

Left(stringValue, numberOfCharacters)

Returns the specified number of characters from the left side of a String.

Dim ST1 As String * 12
ST1 = "CUBLOC"
Debug Left(ST1,4)        ' "CUBL" is printed.

See also Right and Mid.

Go CUBLOC home

cubloc/left/index.txt · Last modified: 2016/06/13 09:02 by COMFILE Technology