ⓘ 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: substring

substring(s, i, n) returns the string of characters i to i + n in s.

Example: substring("Hello World!", 7, 5) = "World"