Send Expects Scriptable Object in access or evaluation of 'Send' , obj << /*###*/Journal << /*###*/Close Window/*###*/
Here is some code that throws this error. Why is it happening? I don't have a clue.
//Fan Statuses vs. Occupancy graphs
For( j = 1, j <= N Items( var ), j++, //Outer loop to cycle within list of variables
v1 = Char( "Time " || var[j] || "_FanStatus" );
v2 = Char( var[j] || "_FanStatus" );
obj = Graph Builder(
Size( 1400, 800 ),
Variables(
X( Column( v1 ) ),
X( :Time Final, Posit
...