using

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
using
Summary

Used with the combine and split commands to specify the delimiters for transforming a variable between an array and a string.

Introduced1.0
OSios, android
Platformsdesktop, server, mobile
Example
combine myArray using return
combine thisArray using comma and tab
RelatedCommand: combine, split
Glossary: keyword, variable, command, delimiter, array
Keyword: with, string, by
Description

Use the using keyword to designate a delimiter for the string version of an array.

The by and with keywords are synonyms for the using keyword when used with the combine or split command.