procedure cblank

Replace all undefined values (like NaN or Inf) by another value. If no value is specified, 0.0 will be replaced.

Syntax
cblank ARRAY [, value]

Arguments
ARRAY:   A variable holding an array
value:   Optional, the value to be assigned (defaults to 0)


See also
function cblank