✅ Compiler limitation or is this logic wrong?
I'd expect the
return true
statement to work but I get "Parameter 'format' must be assigned upon exit". The method returns bool and has an out parameter called format.4 Replies
Oh turns out I can just use
goto
instead of states... that helpsyou could also do
Certainly better than a
goto
fixed my bad syntax, but yea goto is a bit clunky