Support Board
Date/Time: Tue, 07 Jan 2025 20:26:43 +0000
Post From: SCSFExport function: name without scsf_ prefix and with spaces?
[2016-06-27 06:12:12] |
binaryduke - Posts: 369 |
Is is possible to present a custom study name in the 'Add Study' window through the SCSFExport function that does not have the scsf_ prefix and uses spaces, as with the User-Contributed Studies? Right now my line reads: SCSFExport scsf_My_Study_Name(SCStudyGraphRef sc) The documentation states: The very top line of all study functions need to be defined like the following:
SCSFExport scsf_UniqueFunctionName(SCStudyInterfaceRef sc) Where UniqueFunctionName is the name that you give your function which must be unique from all other study functions in your advanced custom study source code file. Important Note: your function must always begin with the prefix scsf_. Is there a means to achieve study name presentation like that within the User Contributed Studies dll? Many thanks. |