Support Board
Date/Time: Sat, 08 Feb 2025 01:53:08 +0000
Post From: Calculate a moving average based on a custom variable
[2020-06-17 20:11:28] |
MattK - Posts: 42 |
Got it! I didn't understand your note in the previous message at first, but now that I see the code you sent, I get it. I changed the declaration of realBody and used SCSubgraphRef realBody = sc.Subgraph[1]; like you sent and it works. Not sure why it works with this and not the other but I'm glad it works :) Thank you very much for your help. I really appreciate it. |