PricingBlog

create empty array of variable length

  • .coal777-1272971297428869212

    Coal 777

    1 year ago

    Is it possible to create an array of variable length with null or 0 values?
  • andreasmoller-1272971507370430555

    Andreas Møller

    1 year ago

    You Can use the range formula to create an array of a specific length
  • The use map to fill it
  • .coal777-1272971839118905405

    Coal 777

    1 year ago

    Thanks!