1. Atom-Bombs.
Hy,
For several months I have been Bommed by ATOMS.
What does this mean :
attempt to subscript an atom
(reading from it)
I've checked the line, but I didn't saw anything that was wrong.
Can somebody help me??????????????
PQ
(quistnet at hotmail.com)
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
2. Re: Atom-Bombs.
-----Original Message-----
From: Patrick Quist <quistnet at HOTMAIL.COM>
To: EUPHORIA at LISTSERV.MUOHIO.EDU <EUPHORIA at LISTSERV.MUOHIO.EDU>
Date: Wednesday, October 28, 1998 7:54 AM
Subject: Atom-Bombs.
>Hy,
>
>For several months I have been Bommed by ATOMS.
>What does this mean :
>attempt to subscript an atom
>(reading from it)
>
>I've checked the line, but I didn't saw anything that was wrong.
>Can somebody help me??????????????
>
It means that you are using a subscript reference [n] on a value that is an
atom, not a sequence. Usually this happens when you are dealing with object
variables that could contain either an atom or sequence. The object variable
could be holding the result of a function or procedure that returns either,
like read_bitmap() for example.
David Gay
http://www.geocities.com/SiliconValley/Vista/4346
A Beginner's Guide To Euphoria