Hi,
I've noticed several different spellings of reserved words (like field and fld), and (group and grp) and (itemDelimiter and itemDel). And tried them and they both seem to work. Is there a list of alternate spellings somewhere or a rule about it?
Thanks, Diane
Question about different spellings?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 10048
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Question about different spellings?
In the Dictionary, those entries which have synonyms are usually noted.
Some of the more commonly used synonyms are:
fld = field
btn = button
cd = card
sb = scrollbar
bg = background (shared group)
img = image
grc = graphic
selObj = selectedObject
Some of the more commonly used synonyms are:
fld = field
btn = button
cd = card
sb = scrollbar
bg = background (shared group)
img = image
grc = graphic
selObj = selectedObject
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Question about different spellings?
Thanks Richard! I took a quick look at the dictionary and see where there are synonyms (hee, it's easy if you know where to look!) 
