I'm trying to encapsulate a new class, and when I press New class from example in the Action menu, I get prompted for default values, but some of my default values has to be hotvalues, as they for example trigger the start of a memorywriter recording several times.
I could of course give those specific variables, ?record f.ex., a default value of 1 or 0, but then I get an error that I'm dividing by zero somewhere. My guess is, that it's because I somewhere have an expression saying
(1 / (?record durationOfGate))
If record is 1, then I guess this will be 1 / 0
Is there a way to get hotvalues in there from the beginning, or does my problem stem from something else?
I'm a bit out of my depth, and hope this is decipherable.
Thanks
Anders