09-30-2022, 12:07 AM
It crashes because Pascal's Triangle is being limited by _INTEGER64. I'm writing a string routine to get past that. What held me up is the algorithm I used to calculate Pascal's triangle utilized integer division, an I don't have a string routine for that. So, I'm going to re-tool the algorithm using arrays. The old arrays building the next row. Hope to have it up sometime tonight.
Pete
Pete
Shoot first and shoot people who ask questions, later.