Login Page - Create Account

Support Board


Date/Time: Fri, 29 Nov 2024 00:57:15 +0000



Post From: ACSIL - sc.GraphRegion

[2023-03-21 01:02:52]
ForgivingComputers.com - Posts: 960
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