Support Board
Date/Time: Sat, 11 Jan 2025 03:03:03 +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) |