CHRW$
<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > String functions > CHRW$ |
Description
Convert one or more codes, ranges, and/or strings into a single UTF-8 string containing the corresponding character code(s).
Syntax
s = CHRW$(expression [,expression] [,...])
s = CHRW$(StringExpression [,...])
s = CHRW$(expression TO expression [,...])
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Restrictions
See also
Examples