Skip to main content

formatStringListAsItems

Type

handler

Summary

Format a list of strings as a comma-delimited "item" string

Syntax

formatStringListAsItems(<pList>)

Description

Helper function for converting a list of strings into a LiveCode Script "item" list, obeying the LiveCode Script rules for items.

Parameters

NameTypeDescription

pList

A list of strings

Value

NameTypeDescription

return

A comma-delimited LiveCode Script-compatible "item" string

handler: parseItemsAsStringList, formatNumberListAsItems