nigeltodd
30 Jun 09, 04:59 PM
Is there any known way to do this - ie to have a function which takes a Group tagname and returns a result - eg
GetLvl(Groupname) : integer;
begin
GetLvl := GetCBuslevel(Groupname);
end;
Usage would be
L1 := GetLvl(Groupname);
When dimming a set of lights I wish to return them to the previous levels.
It may be possible to do this by using Recall, although I am not sure how to do this in logic.
Thanks
Nigel
GetLvl(Groupname) : integer;
begin
GetLvl := GetCBuslevel(Groupname);
end;
Usage would be
L1 := GetLvl(Groupname);
When dimming a set of lights I wish to return them to the previous levels.
It may be possible to do this by using Recall, although I am not sure how to do this in logic.
Thanks
Nigel