[Thread Prev] [Thread Next]
Now I see that openworksheet won't work with the webplayer. Hmmm. Unless
the webplayer can maintain the global variables created with "make" I
will just have to use this project locally.
-----Original Message-----
From: mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[mailto:mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Erik
Nauman
Sent: Tuesday, August 28, 2007 4:10 PM
To: mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: RE: file size
This works between mwx files, but not with HTML templates. I'm thinking
I may need to have the variables saved in an excel file and then
accessed from there each time the new project opens.
Erik
-----Original Message-----
From: mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[mailto:mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Alain
Tougas
Sent: Monday, August 27, 2007 4:21 PM
To: mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: RE: file size
The only type of variable that is "carried over" from project to project
is
the global variables created using the primitive "make".
In project 1, you may have an instruction such as:
make "money 2000
You can type, in this same project, instructions such as:
show :money
make "money :money + 10 (this means Make "money whatever it stands for
at
this moment, plus 10)
show :money
then,
getproject "project2
show :money
-----Original Message-----
From: mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[mailto:mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Erik
Nauman
Sent: August 27, 2007 3:48 PM
To: mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: RE: file size
Can you explain how this would work between two projects? Say in
project1 I create project variable "money and in the course of the
project's processes :money is set to 2000. Then a procedure in project1
ends with the command getproject "project2. Will project2 automatically
have a variable :money with value 2000?
Sorry I don't quite get this yet,
Thank you,
Erik
-----Original Message-----
From: mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[mailto:mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Daniel
Ajoy
Sent: Saturday, August 25, 2007 3:19 PM
To: Mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: RE: file size
On 24 Aug 2007 at 18:16, Erik Nauman wrote:
> But if I
> have stored variables that are set by the user in one project is there
> a way to pass them on to the next project when it opens?
those are variables created using "make"
it is "project variables" that are unusual:
createprojectvar word-or-list
Stands for create project variable. Creates a project
variable represented by a command and a reporter. For
example, if the project variable "amount" is created, the
command setamount sets its value, and amount reports its
value. Project variables are saved with your project.
Daniel
OpenWorld Learning
Previous by thread:
RE: file size
Next by thread:
Microworlds and temperature sensor on RCX
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|