RotateMe

5 Reputation

2 Badges

13 years, 28 days

MaplePrimes Activity


These are questions asked by RotateMe

I have written a (rather extensive) module, which I can load without problems if I run it in the following way:

 

restart: libname:="C:\\PathToLib",libname; with(NameOfLib);

 

Note that the above is all in one line and executed at once. If, however, I load the library like above, but line by line, the loading fails, giving the error "Error, Did not recognize this structure's syntax".

How can there be a difference...

Page 1 of 1