User Tools

Site Tools

한국어

cubloc:string:index

String(asciiCode, length)

Creates a String of the specified length with the given ASCII code repeated for the length of the String.

Dim ST1 As String * 12
ST1 = String(&H41,5)
Debug ST1         ' AAAAA is printed.   
                  ' &H41 is ASCII code for character A.

Go CUBLOC home

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