Now that I have a little time, I can post a few examples from code I wrote.
Global variable sender indicator:
if LastbaronChart then Begin
dummy = GVSetinteger(1, data);
end;
this sets integer global variable 1 to the integer stored in the variable data.
Global...