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

getStructNameFromIndex(str, n) returns the name (that is, the identifier, not the associated value) of the nth (1, 2, ...) member of the structurer str, as a string. To obtain the value, use getStructMemberFromIndex(str, n) instead.