STRING (Function)
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgStringFunction
- Last revised: 2020-09-12
Creates and fills a string of a certain length with a certain character
Syntax
vb
declare function String ( byval count as integer, byval ch_code as long ) as string
declare function String ( byval count as integer, byref ch as const string ) as stringUsage
` result = String[$]( count, ch_code )
*or* `