Command Reference : String and Date Function Reference
  
 
@wjoin
Svector to string.
Syntax: @wjoin(svec)
svec: svector
Return: string
Returns a space delimited list containing the elements of svec.
Examples
If svector SVEC has 7 rows with each row being the corresponding letter of the alphabet (row 1 has “A”, row 2 has “B” and so on), then
@wjoin(svec)
returns a “A B C D E F G”.
Cross-Reference
See also @wsplit for creating an svector from a string.