RE: lingo-l OT - Number of Lingo words?

2001-06-13 Thread Richard Tribe
Thanks Bruce, I must have had a typo cause I know I tried this ! -- Richard Tribe, BBC Interactive dept. -- From: Bruce Epstein - Zeus Productions Reply To: [EMAIL PROTECTED] Sent: Friday, June 8, 2001 19:45 To: [EMAIL PROTECTED] Subject: RE: lingo-l OT

RE: lingo-l OT - Number of Lingo words?

2001-06-08 Thread Richard Tribe
To: [EMAIL PROTECTED] Subject: RE: lingo-l OT - Number of Lingo words? OK - how do I get all the words then? What I did was open the help.dir file and copy all the words out of the LingoWordsHyper text member... Where else could I get them from? You can traverse the symbolTable

RE: lingo-l OT - Number of Lingo words?

2001-06-08 Thread Bruce Epstein - Zeus Productions
Here it is: put interface (xtra DumpSymbolXtra) -- xtra DumpSymbolXtra -- blabla from Holland! --Functions-- * DumpSymbol integer index -- returns symbol at index from 0 to ? Here is some sample code to print out a range of symbols on dumpSymbols startIndex, endIndex repeat with x =

RE: lingo-l OT - Number of Lingo words?

2001-06-08 Thread Bruce Epstein - Zeus Productions
Here is a fancier utility that finds the last symbol automatically. I also created a revised version of the dumpsymbols utility. You can abort it by clicking the mouse as it takes a long time to print out 1800+ symbols on lastSymbol emptySym = symbol(EMPTY) repeat with x = 0 to the

RE: lingo-l OT - Number of Lingo words?

2001-06-06 Thread jp
Having done the Lingo pop-up menu for D8.5 I can tell you that there were 1476 entries. This does not account for duplications (such as .count) of which there were a few. - jp -- J.Powers Androidmedia [EMAIL PROTECTED] -- -Original Message-

RE: lingo-l OT - Number of Lingo words?

2001-06-06 Thread Mennenoh, David
OK - how do I get all the words then? What I did was open the help.dir file and copy all the words out of the LingoWordsHyper text member... Where else could I get them from? Thanks Dave PS - and why on earth would the help.dir file be missing over 400 words? That seems strange... [To remove

RE: lingo-l OT - Number of Lingo words?

2001-06-06 Thread Jakob Hede Madsen
OK - how do I get all the words then? What I did was open the help.dir file and copy all the words out of the LingoWordsHyper text member... Where else could I get them from? You can traverse the symbolTable with the dumpsymbol Xtra: http://www.pimz.com/xtras/free/DumpSymbolPPC.hqx Jakob [To