Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

LOGO-L> out of list space error

0 views
Skip to first unread message

jlwo...@my-deja.com

unread,
Jul 2, 1999, 3:00:00 AM7/2/99
to log...@gsn.org

Hi,

I'm a teacher at Marion High School, Marion, Indiana, and I'm working on a
project using P C Logo 2.0 on a Gateway 2000 with Windows '95.

I have about 100 procedures.  When I print out POTS, I do not get to see all
of the procedures.

I have gotten to the position that with a couple of 'simple' procedures, the
procedure apparently works, but it has the following message written 8 times:

    Out of list space.
    Please erase variables and/or procedures!
    In function POWER_LEFT
    statement    [TT [POWER - LEFT]]

Again this message repeats itself 8 times

I ran the procedure I-RIGHT with similar results

my procedure POWER_LEFT is
  PRO_LEFT
  ACE
  RB 3 1
  MESSAGE
  TT [ POWER - LEFT]
END

I am very interested in your ideas, and maybe ideas that you may have.

Thank you for any assistance.


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
---------------------------------------------------------------
Please post messages to the Logo forum to log...@gsn.org. Mail
questions about the list administration to log...@gsn.org. To
unsubscribe send unsubscribe logo-l to majo...@gsn.org.

Dale Reed

unread,
Jul 2, 1999, 3:00:00 AM7/2/99
to LOGO forum
> I'm a teacher at Marion High School, Marion, Indiana, and I'm working
on a
> project using P C Logo 2.0 on a Gateway 2000 with Windows '95.
>
> I have about 100 procedures. When I print out POTS, I do not get to
see all
> of the procedures.
<snip>

If I was you, I would surf to http://www.harvassoc.com/terrapin.htm
Terrapin Software
10 Holworthy Street
Cambridge, MA 02138 U.S.A.
Phone: (617) 547-LOGO (5646)
toll-free in USA and Canada: 1-800-774-LOGO

Fax: (617) 492-4610
toll-free in USA and Canada: 1-800-776-4610
Email in...@terrapinlogo.com

and use the above e-mail address to ask your question. Dorothy Fitch
answered my questions about PC Logo when I was just getting started a
couple years ago.

But a couple months ago I had to remove something from my poor suffering
almost full hard disk and PC Logo was one of those programs I put up in
the attic until I update to a new computer about a year from now. Dale
---
$ dale...@worldnet.att.net Seattle, Washington U.S.A. $

Terrapin

unread,
Jul 5, 1999, 3:00:00 AM7/5/99
to jlwo...@my-deja.com, log...@gsn.org
You can increase the amount of memory available for list space in PC Logo.
Be sure you are operating in Expert Mode. (Select Expert Mode from the
Options menu.) To increase list space, choose Environment from the
Options menu and then increase the amount of list space from the default
5000. I would suggest you increase this by 1,000 nodes at a time until
you have enough space for your programs to run without the messages.

Bill

****************************************************************
Harvard Associates & makers of PC Logo and LogoPLUS
Terrapin Software Internet: in...@terrapinlogo.com
10 Holworthy Street phone: (617) 492-0660
Cambridge, MA 02138 USA fax: (617) 492-4610
World Wide Web: www.terrapinlogo.com
****************************************************************

-----Original Message-----
From: jlwo...@my-deja.com <jlwo...@my-deja.com>
To: log...@gsn.org <log...@gsn.org>
Date: Saturday, July 03, 1999 1:29 AM
Subject: LOGO-L> out of list space error


>
>Hi,


>
>I'm a teacher at Marion High School, Marion, Indiana, and I'm working on a
>project using P C Logo 2.0 on a Gateway 2000 with Windows '95.
>
>I have about 100 procedures. When I print out POTS, I do not get to see all
>of the procedures.
>

>I have gotten to the position that with a couple of 'simple' procedures,
the
>procedure apparently works, but it has the following message written 8
times:
>
> Out of list space.
> Please erase variables and/or procedures!
> In function POWER_LEFT
> statement [TT [POWER - LEFT]]
>
>Again this message repeats itself 8 times
>
>I ran the procedure I-RIGHT with similar results
>
>my procedure POWER_LEFT is
> PRO_LEFT
> ACE
> RB 3 1
> MESSAGE
> TT [ POWER - LEFT]
>END
>
>I am very interested in your ideas, and maybe ideas that you may have.
>
>
>
>Thank you for any assistance.
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.

0 new messages