ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: strRight

strRight(s, n) returns the n last (that is, right-most) characters in s, a string.

Example: strRight("Hello World!", 6) = "World!"