11-04-2013 10:44 AM
chis20 wrote:
I'm a noob here...do I have to accept a solution from the previous messages?
It would be very nice if you did. You should mark Altenbach's last post as the solution.
11-04-2013 11:06 AM
@chis20 wrote:
Did it!! Thanks altenbach!! Also I changed the inner case structure with quotient & remainder - much simpler!
Here is a simple version without event structures. Is it similar to your solution? 😄
11-04-2013 03:28 PM - edited 11-04-2013 03:29 PM
Yes, it's very similar! You used some functions that I didn't know they existed Other than that thanks for the solution!
Mine is attached below!
11-04-2013 03:34 PM
@chis20 wrote:
Mine is attached below!
One minor point: The constant wired to the lower input of Q&R should be I32. Right-click and chose the representation.
Now all index related calculations are on integers (blue) as they should be.
11-04-2013 04:06 PM
Got it, thanks!