Reference Values Math Library Img
Access Return Values From Custom Function
If we write our own function and it returns multiple values we want to be able to access the single returned values. We can do that by using the squared brackets with the index
valFromFunc[0]
.