quotes
- keyword (option to join command)
-
join ... using quotes
-
Examples: +
set foo to 1..5
join foo with semicolon using quotes
put foo —> "1";"2";"3";"4";"5" -
Related: join
-
- property in the listFormat
- Related: defaultQuoteFormat
join ... using quotes
Examples: +
set foo to 1..5
join foo with semicolon using quotes
put foo —> "1";"2";"3";"4";"5"
Related: join