3 questions from the last 30 days
1
vote
1
answer
113
views
C console program not producing correct output [closed]
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 ...
0
votes
2
answers
83
views
A global array passed between several subs
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(...
1
vote
1
answer
52
views
Selenium nested for loop iteration in iteration over urls [closed]
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 ...