![]() |
SDictGet
Get a value from a key in a given dictionnary.
Prototype :
fun [SDict S] S
- SDict : a string dictionnary Scol object.
- S : a key string.
Return : S the string value or nil if an error occurs/key not found.
![]() |
Get a value from a key in a given dictionnary.
fun [SDict S] S
Return : S the string value or nil if an error occurs/key not found.