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 - Number of Lingo words?
> 
> 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 = startIndex to endIndex
>     put string(x) & ":" && DumpSymbol(x)
>   end repeat
> end dumpSymbols
> 
> Note that there are a virtually unlimited number of symbols depending on
> what Xtras you have installed and what symbols your program defines.
> 
> dumpSymbols (100, 110)
> -- "100: pause"
> -- "101: timeout"
> -- "102: label"
> 


This e-mail, and any attachment, is confidential. If you have received
it in error, please delete it from your system, do not use or disclose
the information in any way, and notify me immediately. The contents of
this message may contain personal views which are not the views of the
BBC, unless specifically stated.

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to