Build$
<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > String functions > Build$ |
Description
Concatenate many strings into one in efficient way.
Syntax
s = Build$(StringExpression [,StringExpression] [,...])
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
StringExpression |
String |
No |
Any string expression. Indicate as many string expressions are needed. |
Remarks
Restrictions
See also
Examples