User Tools

Site Tools

한국어

cubloc:len:index

Len(stringValue)

Return the length of the given String.

Dim ST1 As String * 12
ST1 = "CUBLOC"
Debug Dec Len(ST1)       ' 6 is printed since there are 6 characters in ST1.

Go CUBLOC home

cubloc/len/index.txt · Last modified: 2016/06/17 15:30 by COMFILE Technology