Skip to main content
1 vote
1 answer
113 views

I am trying to recreate YSAP Terminal Christmas Tree in C instead of in Bash. I know there's a bunch of weird code as I don't do a lot of C programming, so a lot of it is mashed together from what I ...
Justin Aungst's user avatar
0 votes
2 answers
83 views

Good day, Something interesting I hope you may help me solve. I have a global variable FlowTable() as Variant. I'm deleting rows in it within a loop. Each time it runs, it should update the Ubound(...
Chris's user avatar
  • 43
1 vote
1 answer
52 views

I am trying to iterate through a list of Urls find some elements, one of which is a list of other Urls. I then want to, in the same overarching loop iterate through the second list of Urls and find a ...
Nip's user avatar
  • 77