AminetAminet
Search:
84479 packages online
About
Recent
Browse
Search
Upload
Setup
Services

util/rexx/RexxTricks_386.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:ARexx function library, V38.6
Author:j_kohrmeyer at wilam.north.de (Juergen Kohrmeyer)
Uploader:mortimer art-line de
Type:util/rexx
Version:38.6
Architecture:m68k-amigaos
Date:1996-05-08
Download:http://aminet.net/util/rexx/RexxTricks_386.lha - View contents
Readme:http://aminet.net/util/rexx/RexxTricks_386.readme
Downloads:2510

'rexxtricks.library' 38.6 (12.4.96)
***********************************

'rexxtricks.library' is an ARexx function library. The functions cannot
be assigned to a special purpose, it's just a collection of functions I
missed when programming with ARexx. Let me know if you have any ideas for
other useful functions.



Functions of 'rexxtricks.library' 38.6 (12.4.96)
************************************************

AmigaDOS-functions

* GETENV()                 Get environment variable
* SETENV()                 Set environment variable
* UNSETENV()               Remove environment variable

* PATHPART()               Extract dirname from path
* FILEPART()               Extract filename from path
* MAKEPATH()               Append a filename to the end of a path

* SUFFIXPART()             Get suffix of a filename
* MAKESUFFIX()             Append a suffix to the end of a filename

* GETCOMMENT()             Get comment of a file
* SETCOMMENT()             Set comment of a file

* GETPROTECTION()          Get protection flags of a file
* SETPROTECTION()          Set protection flags of a file

* MATCHPATTERN()           Check a string for pattern
* SEARCHPATTERN()          Search for pattern in a textfile

* GETKEY()                 Wait for a key at console window

* GETDIR()                 Read directory into a compound variable

* READFILE()               Read a textfile into a compound variable
* WRITEFILE()              Write contents of a compound variable to a textfile
* READLINES()              Read a part of a textfile into a compound variable
* WRITELINES()             Replace or insert lines in a textfile


SCSI-functions

* SCSI_DEVICETYPE()        Get type of a SCSI-Device, DISK, TAPE etc.
* SCSI_MANUFACTURER()      Get manufacturer of a SCSI-Device
* SCSI_PRODUCT()           Get product-string of a SCSI-Device
* SCSI_REVISION()          Get revision-string of a SCSI-Device
* SCSI_TESTREADY()         Test whether a SCSI-Device is ready or not


Clipboard-functions

* READCLIPBOARD()          Read text from clipboard
* WRITECLIPBOARD()         Write text to clipboard


List-functions

* QSORT()                  Sort list with QuickSort
* BSEARCH()                Search string with Binary Search
* LSEARCH()                Search string with Linear Search

* STEMCOPY()               Copy elements of a compound variable
* STEMINSERT()             Insert elements in a compound variable
* STEMREMOVE()             Remove elements of a compound variable

* VIEWLIST()               Display list in a listview-window


Publicscreen-functions

* GETDEFAULTPUBSCREEN()    Get name of the default-pubcreen
* SETDEFAULTPUBSCREEN()    Set new default pubscreen

* GETPUBSCREENMODES()      Get current pubscreen modes
* SETPUBSCREENMODES()      Set new pubscreen modes

* PUBSCREENTOFRONT()       Move a pubscreen to the front
* PUBSCREENTOBACK()        Move a pubscreen to the back

* PUBSCREENLIST()          Get list of all pubscreens currently open

* BEEP()                   Beep screens


Icon-functions

* GETTOOLTYPEVALUE()       Get the value of a tooltype
* SETTOOLTYPEVALUE()       Set the value of a tooltype

* GETTOOLTYPES()           Get all tooltypes of an icon
* SETTOOLTYPES()           Set all tooltypes of an icon

* GETDEFAULTTOOL()         Get default tool of an icon
* SETDEFAULTTOOL()         Set default tool of an icon

* GETSTACK()               Get the stacksize of an icon
* SETSTACK()               Set the stacksize of an icon

* CREATEICON()             Create a new Icon
* WBINFO()                 Call the icon information window from workbench
(OS3.0+)


Misc functions

* WHATIS()                 Get filetype, uses 'whatis.library V4.0+'
* WHATISTYPES()            Get a list of all currently known filetypes

* FILEID_IDENTIFY()        Get filetype, uses 'FileID.library'
* FILEID_GETHIGHID()       Get maximum filetype-ID of 'FileID.library'
* FILEID_GETIDSTRING()     Get the description of a filtype-ID
* FILEID_GETTYPES()        Get a list of all currently known filetypes

* UUDECODE()               uudecode a file
* UUENCODE()               uuencode a file

* CRC32()                  Calculate 32-Bit CRC checksum of a file

* COUNTCHARS()             Count chars in a string

* RAND()                   Get a random number

* REXXTRICKSVERSION()      Get version of rexxtricks.library



ARexx programs
**************

The archive contains two utilities programmed in Arexx:

* FindGUI

  A GUI for the program 'Find' from 'Ralph Seichter', with many
  features but also easy to use.

  This excellent utility was programmed by 'Nils Görs'.

* RDBBackup

  A GUI for the program 'ReadRDB' from 'G‚rard Cornu', makes it
  very easy to backup the 'RigidDiskBlock' of all connected
  harddisks.



Changes in version 38.5
***********************

* New function 'READLINES'

* New function 'WRITELINES'

* New function 'STEMCOPY'

* New function 'STEMREMOVE'

* New function 'RAND'

* New function 'READCLIPBOARD'

* New function 'WRITECLIPBOARD'

* New function 'SCSI_MANUFACTURER'

* New function 'SCSI_PRODUCT'

* New function 'SCSI_REVISION'

* New function 'SCSI_DEVICETYPE'

* New function 'SCSI_TESTREADY'



Changes in version 38.6
***********************

* English documentation

* Fixed a bug in the function 'VIEWLIST', MouseBlankers didn't work
  if the window was active

* New options for function 'QSORT'

* From now on the function 'SEARCHPATTERN' stores the found line in
  the ARexx variable 'RESULT'

* New function 'FILEID_IDENTIFY'

* New function 'FILEID_GETHIGHID'

* New function 'FILEID_GETIDSTRING'

* New function 'FILEID_GETTYPES'

* New function 'UUDECODE'

* New function 'UUENCODE'

* New function 'STEMINSERT'

* New function 'GETDIR'


Contents of util/rexx/RexxTricks_386.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                  423    1236  34.2% -lh5- e620 Apr 20  1996 RexxTricks.info
[generic]                 1272    1788  71.1% -lh5- e07c Apr 14  1996 RexxTricks/C/LoadLib
[generic]                 4007    7315  54.8% -lh5- 2692 Apr 20  1996 RexxTricks/checksum
[generic]                  482    1097  43.9% -lh5- 374e Apr 20  1996 RexxTricks/clickme.first
[generic]                  943    1964  48.0% -lh5- 8d7f Apr 20  1996 RexxTricks/ClickMe.first.info
[generic]                  122     232  52.6% -lh5- 666d Apr 14  1996 RexxTricks/Devs/system-configuration
[generic]                  424    1236  34.3% -lh5- 594b Apr 20  1996 RexxTricks/Docs.info
[generic]                  423    1236  34.2% -lh5- c23d Apr 20  1996 RexxTricks/Docs/Deutsch.info
[generic]                29634  136969  21.6% -lh5- b0dd Apr 20  1996 RexxTricks/Docs/Deutsch/rexxtricks.dok
[generic]                  425    1999  21.3% -lh5- 660c Apr 20  1996 RexxTricks/Docs/Deutsch/RexxTricks.dok.info
[generic]                32683  162526  20.1% -lh5- 8e03 Apr 20  1996 RexxTricks/Docs/Deutsch/rexxtricks.guide
[generic]                  714    2105  33.9% -lh5- 1a33 Apr 20  1996 RexxTricks/Docs/Deutsch/RexxTricks.guide.info
[generic]                  422    1236  34.1% -lh5- 107c Apr 20  1996 RexxTricks/Docs/English.info
[generic]                23620  114045  20.7% -lh5- 866c Apr 20  1996 RexxTricks/Docs/English/rexxtricks.doc
[generic]                  431    1999  21.6% -lh5- a8dc Apr 20  1996 RexxTricks/Docs/English/RexxTricks.doc.info
[generic]                26666  138108  19.3% -lh5- 99f4 Apr 20  1996 RexxTricks/Docs/English/rexxtricks.guide
[generic]                  721    2105  34.3% -lh5- a348 Apr 20  1996 RexxTricks/Docs/English/RexxTricks.guide.info
[generic]                  422    1236  34.1% -lh5- 063c Apr 20  1996 RexxTricks/FindGUI.info
[generic]                 1517    3583  42.3% -lh5- 3b90 Apr  3  1996 RexxTricks/FindGUI/Catalogs/deutsch.ct
[generic]                 1263    2512  50.3% -lh5- 2990 Apr  3  1996 RexxTricks/FindGUI/Catalogs/deutsch/FindGUI.catalog
[generic]                 1492    3875  38.5% -lh5- 9c7a Apr  3  1996 RexxTricks/FindGUI/Catalogs/FindGUI.cd
[generic]                 1472    3463  42.5% -lh5- 89a5 Apr  3  1996 RexxTricks/FindGUI/Catalogs/FindGUI.ct
[generic]                 1729    2760  62.6% -lh5- b257 Apr 16  1996 RexxTricks/FindGUI/find
[generic]                 5938    9344  63.5% -lh5- 5f38 Apr 16  1996 RexxTricks/FindGUI/find.doc
[generic]                  434    1999  21.7% -lh5- 94db Apr 20  1996 RexxTricks/FindGUI/Find.doc.info
[generic]                   33      33 100.0% -lh0- 24e1 Jan 25  1996 RexxTricks/FindGUI/FindGUI
[generic]                 6967   17596  39.6% -lh5- a02a Apr 16  1996 RexxTricks/FindGUI/FindGUI.guide
[generic]                  977    1851  52.8% -lh5- c1f0 Apr 20  1996 RexxTricks/FindGUI/FindGUI.guide.info
[generic]                  981    1574  62.3% -lh5- 5311 Apr 20  1996 RexxTricks/FindGUI/FindGUI.info
[generic]                 8299   35332  23.5% -lh5- 694e Apr 16  1996 RexxTricks/FindGUI/FindGUI.rexx
[generic]                 1863    5139  36.3% -lh5- 5294 Apr  3  1996 RexxTricks/FindGUI/FindGUI.strings
[generic]                  367     719  51.0% -lh5- fcec Jan 26  1996 RexxTricks/FindGUI/whatis.findGUI
[generic]                  992    2031  48.8% -lh5- b68d Apr 20  1996 RexxTricks/Install_Deutsch.info
[generic]                  993    2031  48.9% -lh5- 2965 Apr 20  1996 RexxTricks/Install_English.info
[generic]                 4597   22448  20.5% -lh5- f585 Apr 20  1996 RexxTricks/install_rexxtricks
[generic]                  428    1236  34.6% -lh5- 207a Apr 20  1996 RexxTricks/Libs.info
[generic]                26771   49796  53.8% -lh5- 54a8 Apr 12  1996 RexxTricks/Libs/rexxtricks.library
[generic]                22047   58028  38.0% -lh5- 843a Dec 23  1995 RexxTricks/Libs/tritonrexx.library
[generic]                  707    1420  49.8% -lh5- 8016 Apr 20  1996 RexxTricks/Libs/TritonRexx.ReadMe
[generic]                  429    1999  21.5% -lh5- df7e Apr 20  1996 RexxTricks/Libs/TritonRexx.ReadMe.info
[generic]                  360     592  60.8% -lh5- 7f88 Mar 17  1996 RexxTricks/Locale/catalogs/english/rexxtricks.catalog
[generic]                  674    1368  49.3% -lh5- e4eb Mar 17  1996 RexxTricks/Locale/english.ct
[generic]                  494    1044  47.3% -lh5- a319 Mar 17  1996 RexxTricks/Locale/rexxtricks.cd
[generic]                  450     938  48.0% -lh5- 8c9a Mar 17  1996 RexxTricks/Locale/rexxtricks.ct
[generic]                  424    1236  34.3% -lh5- 73ed Apr 20  1996 RexxTricks/RDBBackup.info
[generic]                  954    2125  44.9% -lh5- 1701 Jan  7  1996 RexxTricks/RDBBackup/Catalogs/deutsch.ct
[generic]                  562    1098  51.2% -lh5- a261 Jan  7  1996 RexxTricks/RDBBackup/Catalogs/deutsch/RDBBackup.catalog
[generic]                  633    1569  40.3% -lh5- f558 Jan  7  1996 RexxTricks/RDBBackup/Catalogs/RDBBackup.cd
[generic]                  621    1449  42.9% -lh5- 979b Jan  7  1996 RexxTricks/RDBBackup/Catalogs/RDBBackup.ct
[generic]                    0       0 ****** -lh0- 0000 Apr 17  1996 RexxTricks/RDBBackup/RDB/
[generic]                   35      35 100.0% -lh0- feb7 Apr 20  1996 RexxTricks/RDBBackup/RDBBackup
[generic]                  814    1574  51.7% -lh5- 4c57 Apr 20  1996 RexxTricks/RDBBackup/RDBBackup.info
[generic]                   78      91  85.7% -lh5- a5b2 Apr 20  1996 RexxTricks/RDBBackup/RDBBackup.prefs
[generic]                 4638   20770  22.3% -lh5- e640 Apr 20  1996 RexxTricks/RDBBackup/RDBBackup.rexx
[generic]                  756    1902  39.7% -lh5- 8070 Apr 20  1996 RexxTricks/RDBBackup/RDBBackup.strings
[generic]                  813    3716  21.9% -lh5- 7df0 Apr 20  1996 RexxTricks/RDBBackup/RDBBackup.windows
[generic]                 2987    8079  37.0% -lh5- 6218 Apr 20  1996 RexxTricks/RDBBackup/RDBBackupD.guide
[generic]                  716    2105  34.0% -lh5- ee38 Apr 20  1996 RexxTricks/RDBBackup/RDBBackupD.guide.info
[generic]                 2672    7143  37.4% -lh5- edbc Apr 20  1996 RexxTricks/RDBBackup/RDBBackupE.guide
[generic]                  719    2105  34.2% -lh5- 0632 Apr 20  1996 RexxTricks/RDBBackup/RDBBackupE.guide.info
[generic]                  427    1236  34.5% -lh5- 94ef Apr 20  1996 RexxTricks/RDBBackup/ReadRDB_0.5.info
[generic]                  413     614  67.3% -lh5- 7951 Jan 30  1996 RexxTricks/RDBBackup/ReadRDB_0.5/.Product-Info
[generic]                  784    1534  51.1% -lh5- 7b2e Jan 30  1996 RexxTricks/RDBBackup/ReadRDB_0.5/Docs.info
[generic]                 8135   22780  35.7% -lh5- 2aea Jan 30  1996 RexxTricks/RDBBackup/ReadRDB_0.5/Docs/English.Guide
[generic]                 1130    1831  61.7% -lh5- 0b0c Jan 27  1996 RexxTricks/RDBBackup/ReadRDB_0.5/Docs/English.Guide.info
[generic]                10284   29884  34.4% -lh5- aa4e Jan 30  1996 RexxTricks/RDBBackup/ReadRDB_0.5/Docs/Français.guide
[generic]                 1133    1831  61.9% -lh5- aaea Jan 27  1996 RexxTricks/RDBBackup/ReadRDB_0.5/Docs/Français.Guide.info
[generic]                  783    1534  51.0% -lh5- 3795 Jan 30  1996 RexxTricks/RDBBackup/ReadRDB_0.5/Install.info
[generic]                 1227    1669  73.5% -lh5- ea54 Jan 27  1996 RexxTricks/RDBBackup/ReadRDB_0.5/Install/English.info
[generic]                 1239    1683  73.6% -lh5- 9a3e Jan 27  1996 RexxTricks/RDBBackup/ReadRDB_0.5/Install/Français.info
[generic]                 1408    4313  32.6% -lh5- edcc Jul  4  1995 RexxTricks/RDBBackup/ReadRDB_0.5/Install/Install_ReadRDB
[generic]                 5062    9012  56.2% -lh5- 76a6 Jan 30  1996 RexxTricks/RDBBackup/ReadRDB_0.5/ReadRDB
[generic]                  548     943  58.1% -lh5- 41ea Jan 30  1996 RexxTricks/RDBBackup/ReadRDB_0.5/ReadRDB.readme
[generic]                 2367    6757  35.0% -lh5- ebfb Apr 20  1996 RexxTricks/rexxtricks.liesmich
[generic]                  430    1999  21.5% -lh5- 3838 Apr 20  1996 RexxTricks/RexxTricks.liesmich.info
[generic]                 2197    6175  35.6% -lh5- 9327 Apr 20  1996 RexxTricks/rexxtricks.readme
[generic]                  429    1999  21.5% -lh5- 1ae0 Apr 20  1996 RexxTricks/RexxTricks.readme.info
[generic]                  426    1236  34.5% -lh5- 9545 Apr 20  1996 RexxTricks/Triton.info
[generic]                  360     643  56.0% -lh5- 2228 Aug 25  1995 RexxTricks/Triton/Install
[generic]                 1509    2880  52.4% -lh5- 3ec0 Aug 25  1995 RexxTricks/Triton/Install.info
[generic]                  857    2217  38.7% -lh5- 5855 Aug 25  1995 RexxTricks/Triton/ReadMe
[generic]                 1320    2602  50.7% -lh5- 3a54 Aug 25  1995 RexxTricks/Triton/ReadMe.info
[generic]                28268   53836  52.5% -lh5- 8ee4 Aug 25  1995 RexxTricks/Triton/triton.library
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total        83 files  304266 1025348  29.7%            May  8  1996

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>