Page 1 of 1

Apparent revised macro format

Posted: Wed Jun 28, 2023 6:33 am
by Dr John P Weldon
MACRO: NORMRN(MEAN,STDV)
NORMRN = RANDOM NORMAL(-1e+020,1e+020,MEAN,STDV,0)~~|
:END OF MACRO:

I have previously used the above format in my Vensim DSS models. Now it is not being accepted. Please let me know the revised format.

John Weldon
abbeylane21@outlook.com

Re: Apparent revised macro format

Posted: Wed Jun 28, 2023 6:41 am
by Administrator
The format hasn't changed, you have a syntax error. You are missing the ":" from the start of ":MACRO:".