Well done bogs: very impressive channel!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
the colornames
Code: Select all
put the length of the colornames
Well, be that as it may, when I did this:I found that LC understands 5390 colornames out of the box.
Code: Select all
put the colornames into fld "COLOURS"
Code: Select all
put the number of lines of fld "COLOURS"
Code: Select all
put the number of lines of the colorNames
Code: Select all
put the number of lines of the colorNames & " Color Names are in the following list:" & cr & cr & the colorNames