Unexpected "word" parsing

Peter Haworth pete at lcsql.com
Fri Dec 5 13:26:47 EST 2014


word 1 of a string like myProps["cProp"] returns the whole string. Word 2
returns"cProp"]

Since cProp is enclosed in double quotes I was expecting:

word 1 --> myProps[
word 2 --> "cProp"
word 3--> ]

This is with LC 6.6.2/OSX.

Pete
lcSQL Software <http://www.lcsql.com>
Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>



More information about the use-livecode mailing list