This module will have misc "extras" extending the various data types & classes. You will need Xojo ( http://xojo.com ) to use this module.
<string>.paddedRight( width )
<string>.paddedLeft( width )
<string>.chomp
<string>.mid( start,width )
<string>.shift
<integer>.shift
<double>.shift
<integer>.plusplus
<double>.plusplus
<integer>.isEven
<double>.isEven
<integer>.average
<double>.average
<string>.push
<integer>.push
<double>.push
<integer>.minusminus
<double>.minusminus
<string>.deTAB( numberOfSpaces )
<string>.phoneticAlphabetNATO
<string>.morseCode
as of v20151203a, we have added Xojo Unit Testing ( https://github.com/xojo/XojoUnit ) to the module. If you do not want to do Xojo Unit Testing, remove the XojoUnit
folder out of the source code ( from within the IDE ). And also remove extras\XojoExtras_UnitTests
from within the IDE.