Hi all,

The following generates recheck=0 but I think it should be 1 (at least to the function description):

<hansl>
scalar check = NA
check
recheck = isnan(check)
recheck
</hansl>

Artur