How to use LibraryTools:-Save?
MyPackageTools := module() option package; export addPackageDirectoryToLibname, savePackageToMla; addPackageDirectoryToLibname := proc(packageDir) local mapleInitFile, newLibname: mapleInitFile :=...
View ArticleHow to restore variables previously saved in a .m Maple internal format file?
I can save a variable M (actually a matrix) usingsave M, "Test" or save M, "Test..xyz"where .xyz can be any file extension except .m This saves the variable in "Maple language format" and it can be...
View ArticleHow to defeat quotations during file import
Simple question I cannot remember the solution of.When I import "executable maple input" from a file, the content is imported as a string and therefore have quotation marks around the code if saved in...
View ArticleRead in Maple Code Attachments
I'm struggling getting read statements to work in code attachments.Are there any limitations for the read command?Test.zip
View ArticleHow to read a *.m file written many years ago?
I have some library program files written using Maple 11 (or before).I can read and use the file programs and they have worked fine for many years.But I would like to actually see the programming...
View Articlerelative paths does not seem to work.
Relative path does not seems to work on Linux. e.g. consider the read command `read "/home/harpo/skits/slapstick/boguscalculus.mw"At the moment I have to enter the full path above as stated to be able...
View Article