sqlite_is_valid_result

mIRC SQLite

sqlite_is_valid_result
Checks if a result is valid.
Syntax
$sqlite_is_valid_result ( result )
Parameters
result
The result identifier.
Return Value
1 if result is a valid result, 0 if it's invalid, or $null if there was an error.
Remarks
It is usually ok to ignore if $sqlite_is_valid_result returns $null because the only case an error is returned is when result isn't specified.