Short: small ARexx support function lib Author: htgoebel@cip.informatik.uni-erlangen.de Uploader: htgoebel cip informatik uni-erlangen de Type: util/rexx Architecture: m68k-amigaos hGRexxSupport.library 1.1 ========================= Copyright (C) 1994 by hartmut Goebel While programming some ARexx scripts for usage with UMS, I missed a function to set more than one bit at a time. So I suggested to include a function MakeFlags() into UMS.library. But Kai Bolay proposed to include it into my 'RexxDosSupport.library' which was under development at this time. Since this function is not related to Dos, and Kai proposed to include another function Include(), I decited to build a seperate library. This is why this one is so small and has yet only two functions. This are the functions inplemented by this library. · MakeFlags() -- set multiple bits in a 32-bit set · Include() -- return a file to be used with Interpret Enjoy it! +++hartmut