Programming Reference Manual
Join
Syntax
Join(
StrArray
, [
Sep
])
Description
Return a string by concatenating all the values in the array with Sep in between each one.
Parameter
Description
StrArray
Concatenate values from this array.
Sep
Use this string value to separate the values. (Default: " ")
See Also
Split
.
Example
Sub
Main
Debug
.
Print
Join
(
Array
(1,2,3))
'"1 2 3"
End
Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Flow Control
Error Handling
Conversion
Variable Info
Constant
Math
Financial
Strings
Strings
Asc
AscB
AscW
Chr
ChrB
ChrW
Format
FmtName
InStr
InStrB
InStrRev
Join
LCase
Left
LeftB
Len
LenB
LTrim
Mid
MidB
Replace
ReplaceString
Right
RightB
RTrim
Space
Split
StrComp
StrConv
String
StrReverse
Trim
UCase
StringClass
Objects
Time/Date
File
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Translator