Login Page - Create Account

Support Board


Date/Time: Tue, 22 Apr 2025 22:09:26 +0000



Post From: ACSIL - sc.GraphRegion

[2023-03-21 01:02:52]
ForgivingComputers.com - Posts: 1042
Your last curly bracket is backward.


if (sc.SetDefaults)
{
// Set the configuration and defaults

sc.GraphName = "My Syudy for Region 1";
sc.ValueFormat = VALUEFORMAT_INHERITED;
sc.AutoLoop = 1;
sc.CalculationPrecedence = LOW_PREC_LEVEL;

return;
}

// do processing

sc.GraphRegion = 1; // now this is below the setdefaults block.




Date Time Of Last Edit: 2023-03-21 01:03:06