Stan
✅ [Fixed]Class function wont output anything
so to clarify, in a for loop thrres 3 things
1. initializing your loop counter
2. the condition to that must be true to continue an iteration (maybe you think it's the condition to stop instead)
3. Changing the loop counter
21 replies
❔ implementing openvpn to my c# wpf app
https://stackoverflow.com/questions/61456939/how-can-one-use-the-command-line-to-use-openvpn-on-windows
dunno if command line calls its the best approach, but its the best i got.
11 replies
❔ In need of a way to process inputs to produce outputs, other than using hardcoded if statements
finally we have
p => input.Contains(p)
which again takes the parameter provided by All()
which was iterating p.Params
and we check if input contains the specific param479 replies