121,148,171 errors

Archive of Gamsworld Google Group
Post Reply
Archiver
User
User
Posts: 7876
Joined: 7 years ago

121,148,171 errors

Post by Archiver »


PARAMETERS
demand(c) c;

execseed = 1 + gmillisec(jnow);
demand(c) = round(normal(mean(c),0.9*mean(c)));
while ((count le 6),
if((demand(count)<0),
demand(count)=0;
);
count=count+1;
);
display demand;


I am having this errors:
Error 121 - error expected
Error 148 - Dimension different
Error 171 - Domain violation for set


What it is wrong with my code?

--
To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at https://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.
Archiver
User
User
Posts: 7876
Joined: 7 years ago

RE: 121,148,171 errors

Post by Archiver »


Hi ???

It is really getting annoying:

If you write to this forum, have the courtesy to put your name below your post. (I am really beginning to think that when I was young, everything was better...). A "Hi" at the start of your post might also be a sign that your parents education was fruitfull.
If you post a problem with code, at least post code that reproduces your error and not just a part of the code, and error messages without showing where the error appears. There are many people who would like to help, but guessing what your problem is, is usually what they don't want to do (at least, I don't).
Instead of the notorious and hilarious RTFM ("Read the fucking manual"), I sometimes would love to shout: RTFG ("Read the Fucking Guidelines"), but perhaps my parents were lucky, and I listened to them...

Cheers
Renger

____________________

Modelworks

Gewerbestrasse 15

3600 Thun – Switzerland

+41 79 818 53 73

Info@modelworks.ch

blog.modelworks.ch
From: gamsworld@googlegroups.com [gamsworld@googlegroups.com] on behalf of RCC [renato.coelho.carvalho@gmail.com]
Sent: Thursday, April 21, 2016 15:06
To: gamsworld
Subject: 121,148,171 errors

PARAMETERS
demand(c) c;

execseed = 1 + gmillisec(jnow);
demand(c) = round(normal(mean(c),0.9*mean(c)));
while ((count le 6),
if((demand(count)<0),
demand(count)=0;
);
count=count+1;
);
display demand;


I am having this errors:
Error 121 - error expected
Error 148 - Dimension different
Error 171 - Domain violation for set


What it is wrong with my code?

--
To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at https://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.

--
To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at https://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.
Post Reply