proc - addin
Posted: Fri Feb 17, 2023 10:09 am
Hi,
the command
has always worked. Now we get the error message:
The code
seems to work .... Have you introduced a maximum number of characters for the proc-option?
Can you please take a look?
t
the command
Code: Select all
addin(type=global, proc="setpcyaggmultipleyears", desc="SETPCYAGGMULTIPLEYEARS : program use setpcyagg command to extend these series to reach the specified annual growth rates over multiple years",docs=".\about_setpcyaggmultipleyears.pdf", version =1.0, nowarn) "./setpcyaggmultipleyears.prg"
Code: Select all
addin(type=global, proc="setpcyaggmultipl", desc="SETPCYAGGMULTIPLEYEARS : program use setpcyagg command to extend these series to reach the specified annual growth rates over multiple years",docs=".\about_setpcyaggmultipleyears.pdf", version =1.0, nowarn) "./setpcyaggmultipleyears.prg"
Can you please take a look?
t