Short:        Calc. offset of any OS structure field
Author:       steger@pass.dnet.it (Georg Steger)
Uploader:     steger pass dnet it (Georg Steger)
Type:         dev/misc
Version:      0.5
Requires:     OS 2.0 (V36)
Architecture: m68k-amigaos

Offset is a little utility for programmers to calculate the offset of
a field from any OS 3.1 structure, the size of the structure or what field
there is at a certain offset. For example:

offset gadget.width          Output: 8

offset gadget.8              Output: Width

offset gadget                Output: 44

offset gadget.$1e            Output: MutualExclude

offset gadget.0x1A           Output: GadgetText

There are some additional options available.



                       *** Offset is FREEWARE ***


============================================================================

                    (C) Copyright 1997 by Georg Steger.
                           All rights reserved!

============================================================================