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

OPMEMBER(struct, "mem") = struct:mem returns the value of the member "mem" in the structure "struct".

Example:

date(0)

year: 2010
month: 6
day: 23
weekOfYear: 25
dayOfYear: 174
dayOfWeek: 3

date(0):day

23

date(0):dayOfWeek

3