comma

Typeconstant
DictionaryLCS
LibraryLiveCode Script
Syntax
comma
Summary

Equivalent to the , character (ASCII 44).

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
put "3" & comma & "287" into tDollarAmount
if char 3 of it is comma then get field "Circus"
RelatedKeyword: character
Operator: ,
Property: itemDelimiter
Command: constant
Description

Use the comma constant as an easier-to-read replacement for ",".

Tagstext processing