Kekke
Kekke
CC#
Created by Kekke on 12/19/2022 in #help
✅ Change a variable in method.
I'm having a brainfart moment. You see I noticed in my programm that i have 7 methods that do the same, but just with one different variable, I only want to have 1 method that does the same thing , but when i call it i change the variable myself, heres the code: https://imgur.com/EO43Unh Im noob 🙂
58 replies
CC#
Created by Kekke on 10/3/2022 in #help
How do I split these strings?
If I have these inputs, wich could be random numbers. How do I split the string into two parts where the middle "-" is the where the split happens? I will use the splits in a fraction calculator. "2/3 - 2/-3" "2/-3 - 2/3" "2/3 - 2/3" "-2/-3 - 2/-3"
51 replies