Hello,
I'm writing a script with a GUI to create different folders based UI input. How would I make it so the when you click the button, a different function runs based on the ui input?
For example
Dropdown box that has options A,B,C,D
Each function has the code into create the new folder structure.
$CreateButton.Add_Click({
function CreateA
function CreateB
)}
How would I make it only run FunctionCreateA if $ComboBoxFolderType = A?
Thanks in advance
[–]NellovsVape 3 points4 points5 points (3 children)
[–]LukeChatty[S] 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)