yes, and it works fine if there is the specified setion. Example:

file.ini
[Section]
data=stuff

if i do $ini(file.ini,Section,data) it will return '1' like its supose to.
if i do $ini(file.ini,Section,data2) it returns 'insufficient parameters' (using a //echo -a)

Should it return '0' if the section does not exsist instead of just erroring out? Im trying to write a script that requires that ability to know if the section does NOT exsist, not if its already there.