• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: August 9th, 2023

help-circle
















  • I have done a lot of powershell scripting and found some very annoying edge cases, they all have solutions, but feels unnecessary. I once had a issue, where I had a dynamic array of strings and if thst array was only 1 long it would give you the first character instead of the first string. I don’t know exactly what made that happen, but I think it had something to do with functions or classes.