The MISS function did not work on local string variables
Minor
Closed - Fixed
Found:XS.01.11 10 JUL 2009
Fixed:XS.01.12 10 JUL 2009
DETAILS
The MISS function did not work on local string variables.
If no database was attached then sir would crash; if a database was connected then the
function would return junk.
EXAMPLE PROGRAM
program
string STR
missing values STR (BLANK,"NONE","ZIP")
write [miss(-1,"STR",3)]
end program