Code: Select all
model1.append call mysub
'======
subroutine mysub
%temp="c(1)"
endsubI know that the example looks quite silly, and I could directly enter the command line "model1.append c(1)". However, the content of mysub will be substantially longer than what reported in the minimal example above and I will need to re-use it multiple times in the program. Hence the need of calling it from separate subroutine.
Thanks,
Ric
