![]() |
SDictFind
Find if a key exists in the given dictionnary.
Prototype :
fun [SDict S] I
- SDict : a string dictionnary Scol object.
- S : a key string.
Return : I 1 if found, 0 if not found, nil if an error occurs.
![]() |
Find if a key exists in the given dictionnary.
fun [SDict S] I
Return : I 1 if found, 0 if not found, nil if an error occurs.