Support Board
Date/Time: Fri, 09 May 2025 21:07:08 +0000
Post From: Creating a function within a custom study
[2016-10-11 22:12:00] |
bala - Posts: 74 |
Thanks for the example, this shows the function but no parameters in the called function. void PassingSCStrutureExampleFunction(SCStudyInterfaceRef sc) { //The "sc" structure can be used anywhere within this function. } If I want to call the "PassingSCStrutureExampleFunction" with a parameter how do I define it? (PLEASE NOTE THAT THIS IS NOT A PROGRAMING HELP BUT FEATURE AND DOCUMENTATION HELP) |