in reply to Re^3: Building a dynamic array or some other method?
in thread Building a dynamic array or some other method?

Hi.

I was aiming to replicate the output as provided by OP, which you'll note also doesn't have "proper" use of quoted strings.

I should have highlighted that issue.
My bad

  • Comment on Re^4: Building a dynamic array or some other method?

Replies are listed 'Best First'.
Re^5: Building a dynamic array or some other method?
by CAdood (Acolyte) on May 10, 2024 at 23:27 UTC
    No worries. Thank you! I took some time and studied your code, and understood it!