lgetinfos Scol 5.3 or above required
Prototype :
fun [[[S r1] r1] S] [S r1]
- [[S r1] r1] : a list
- S : a key
Return : [S r1] the value or nil if error
Error :
- EOK if no error.
- EARGNIL if one argument is nil.
- ENOFOUND if the key is not found.
- EVM if a memory error occurs. The VM will exit and more information
could be found in the log file (if activated in the debug mode level).
See also :
Example :