Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR COBOL

google apps script remove nulls array

  // filter(Boolean) - will remove null, false, NaN, undefined, or the empty string, 
  //the resulting Boolean will be false
  var srcArr1 = srcArr.filter(Boolean);
 
PREVIOUS NEXT
Tagged: #google #apps #script #remove #nulls #array
ADD COMMENT
Topic
Name
3+6 =