Spectra
Spectra
CC#
Created by Spectra on 1/7/2023 in #help
❔ ✅ Dice Roll with Generic Math
I think this can be closed so...
58 replies
CC#
Created by Spectra on 1/7/2023 in #help
❔ ✅ Dice Roll with Generic Math
58 replies
CC#
Created by johnrudy on 1/7/2023 in #help
✅ Remove tags from string
if you can use regex it's pretty easy. Regex.Replace(inputString, "<.*?>", "");
21 replies
CC#
Created by Spectra on 1/7/2023 in #help
❔ ✅ Dice Roll with Generic Math
probaly is more efficient doing double rather than a bunch of ifs
58 replies
CC#
Created by Spectra on 1/7/2023 in #help
❔ ✅ Dice Roll with Generic Math
Well it's not exactly the same thing, but it's valid solution, if you don't care about lost in conversion. Well you can also use the double one so there would be no data loss, but less efficient. Well it's some kind of solution, good to know thx.
58 replies