Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!microsoft!alonzo From: alonzo@microsoft.UUCP (Alonzo GARIEPY) Newsgroups: comp.sys.handhelds Subject: Re: Hidden types on 28C/28S/48SX Keywords: 28C, 28S, 48SX, SYSEVAL Message-ID: <53863@microsoft.UUCP> Date: 29 Mar 90 22:13:23 GMT References: <8921@boring.cwi.nl> Reply-To: alonzo@microsoft.UUCP (Alonzo GARIEPY) Organization: Microsoft Corp., Redmond WA Lines: 31 In article <8921@boring.cwi.nl> jurjen@lijster.cwi.nl (Jurjen N.E. Bos) writes: > Do you guys realized how many types there are that you can't access > from the outside in the 28/48? There are 24, 27 or 28 types, depending on how you count them. The following 10 or 11 are generally inaccessible. I suppose it would be possible to create new object types according to the scheme used for the built-in ones. Example Address Type Name Display Syntax ------- ---- ---- ------- ------ 02e92 14 XLIB name XLIB 2 261 none 02b40 16 Library Library none 02b62 17 Backup obj Backup Object none 02911 20 Address <28FCh> none 02955 21 Long Real Long Real none 0299d 22 Long Complex Long Complex none 02a0a 23 Linked Array Linked Array none 029bf 24 Character Character none 02dcc 25 Code Code none 02b88 26 Library Data Library Data none other 27 External External none Any detailed information about the structure and use of the above objects will be much appreciated. Address, Long Real, Long Complex, and Code have been explained elsewhere. XLIB name is the same as Command and Function. External includes any object which is not recognized (not built-in). Alonzo Gariepy alonzo@microsoft