Login Page - Create Account

Support Board


Date/Time: Sat, 01 Mar 2025 07:16:29 +0000



Post From: Create a New Custom Study

[2021-09-17 15:41:12]
User907968 - Posts: 833
The attached code only contained the 'sc.SetDefaults' section, assumed you'd deleted the main study code for privacy reasons.
So unless you have added anything in, it will not do anything other than configure the inputs (as you've noticed).

Also, the 'return', is missing at the end of 'sc.SetDefaults'.


if sc.SetDefaults
{
/// do stuff

return;
}