RE: [Aimmath-developers] changes
Brought to you by:
gustav_delius,
npstrick
From: Chris S. <san...@fo...> - 2003-08-13 15:23:53
|
As far as I can tell, functions from the package StringTools are not widely used in AIM. Neil has already suggested using `Util\Percentsubs`(...) instead of StringTools[FormatMessage](...) The only other occurrences I can find are of StringTools[SubstituteAll] Can we do away with StringTools altogether? Is there any other reason why we need to upgrade to Maple 7? Chris FYI - as far as I can tell, searching for StringTools across all AIM *.mpl files we have the following. (1) StringTools[SubstituteAll] in Random.mpl Lines 70, 249 (2) StringTools[FormatMessage] in aim\MatrixQuestion.mpl Line 261 aim\MultiQuestion.mpl Line 247 aim\Question.mpl Lines 193,446,460,576,642,679,1773,1903 |