ListOfStringParsedAsListOfNumber | |||||||
Type | operator | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.arithmetic | ||||||
Summary | Parses a list of strings as a list of numbers | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Description | Use ListOfStringParsedAsListOfNumber when you want to interpret pieces of text numerically. If the input list contains elements which cannot be parsed as numbers, the corresponding element will be nothing. Note: It is an error if any element of Operand is not a string. |