Hi guys,
It would be nice if there was some global variable that would be set to indicate that REXX is running under attac. For example the variable ATTAC could be defined as 1 automatically. That way I can put stuff like:
IF ATTAC\=1 then Call ZocSyncTime(50)
in scripts so they are compatible between Attac & Zoc.