Support Board
Date/Time: Thu, 03 Jul 2025 18:31:50 +0000
Post From: ACSIL - How to use sc object in header file?
[2022-01-14 15:16:56] |
frozentundra - Posts: 95 |
@User310645 - Thank you for providing this help. I had to make one minor change to your header file example, to include { } after I assign r to sc. Now I can instantiate my Helper obj from my header file once in my study, pass the sc object into the constructor, and from there on out just call helper method calls as needed from that object. Thank you again, really appreciate it. |