Image of LOGO LOGO

Lesson 9: Upload and download

     English   Deutsch   Français
Your browser does not support Java for the moment. In order to use this page we strongle suggest that you go to the "Java Help" page. Please choose "Java_Help" in the small menu below. It's possible to use our page without Java but then you will have to download a Logo interpreter from our "Download" page.

[_Home_] [_Introduction_] [_Java_Help_] [_Download_] [_Learn_Logo_] [_Program_] [_Teacher_] [_Contest_] [_Discussion_] [_Procedures_] [_Perspective_] [_About_]

©1997/1998 Sebastian Golze, Thomas Hirsch und
Vinh Hoi Le Chau
. Please mail us if you had problems with our site os if you have any other suggestion.

Your browser does not support Java. Please read the text on the left side of this page about Java. If you work without Java you will have to use the HTML menu below this text.
[1_First_steps] [2_Turn_left_turn_rigth] [3_With_colors] [4_Procedures] [5_Parameters] [6_Loops] [7_More_parameters] [8_Stars] [9_Upload_and_Download] [10_LOGO_learns_to_write]

Have you chosen a nice star that you want to upload ? Great ! Here we will teach you how to do it.

Step 1:

The object which is drawn by your program must be able to be called by a single procedure. If you doubt, just choose the procedure main.

Step 2:

Now press the upload - button. You have certainly already seen it in the bottom of the window.

Step 3:

Now a window pops up, where you can enter a name for your procedure. And since you won't want to keep any errors in your program, we will test it again before uploading. You may have to enter some variables that allow your program to run. If your procedure runs without any variables just disable the checkbox next to the variable field. If you want to use variables in the test please enable the checkbox and enter the variables in the corresponding field. Here an example on how to fill in the variable field:
If your star is of arbitrary size and color, thus uses the variables size and color, you will have to enter this:

size=200,color=red

Step 4:

Now enter your name in the field author, so everybody can read who has created this masterpiece. You should also enter a little description in the field description, in order to allow everybody else to understand what the program is for.

Step 5:

If you press on check now, your computer will check the program for syntax errors (e.g. if you have forgotten an end) and logic errors (e.g. if you try to divide by zero). If everything is ok, this button gets gray and you may press on upload. If not, LOGO will tell you precisely what is wrong.

Step 6:

Now press the upload button and LOGO will remember this procedure. This may need a little moment if your network is slow, but LOGO will tell you when he's finished.

lesson 8«------» lesson 10

Your browser does not support Java. With Java you would see here Logo sitting on his sheet of paper and the Logo interpreter. You have to activate Java or to use an external interpreter (which works exactly like this one) you can get at our "Download" section.