home *** CD-ROM | disk | FTP | other *** search
Microsoft Windows Help File Content | 2005-03-02 | 21.8 KB | 636 lines |
- :Base htbusers.hlp
- :Title User's Guide
- 1 User's Guide
- 2 Contents=Contents
- 2 Chapter 1 Language Elements
- 3 Language Elements=Language_Elements
- 3 This Manual=This_Manual
- 3 Program Lines=Program_Lines
- 3 Line Numbers=Line_Numbers
- 3 Line Labels=Line_Labels
- 3 Statements=Statements
- 3 Comments=Comments
- 3 Keywords=Keywords
- 3 INTEGER Numbers=INTEGER_Numbers
- 3 LONG Numbers=LONG_Numbers
- 3 REAL Numbers=REAL_Numbers
- 3 Cautions=Cautions
- 3 REAL Comparisons=REAL_Comparisons
- 3 FOR Loops=FOR_Loops
- 3 Definition=Definition
- 3 COMPLEX Numbers=COMPLEX_Numbers
- 3 STATIC=STATIC
- 3 Strings=Strings
- 3 I/O Paths=I_O_Paths
- 3 Constants=Constants
- 3 Numeric Constants=Numeric_Constants
- 3 String Constants=String_Constants
- 3 Variables=Variables
- 3 Variable Names=Variable_Names
- 3 Variable Types=Variable_Types
- 3 Variable Scope=Variable_Scope
- 3 Array Variables=Array_Variables
- 3 Declaration=Declaration
- 3 String Arrays=String_Arrays
- 3 Examples=Examples
- 3 Summary=Summary
- 2 Chapter 2 Program Flow Control
- 3 Program Flow Control=Program_Flow_Control
- 3 Program Execution=Program_Execution
- 3 The Paused State=The_Paused_State
- 3 The Stopped State=The_Stopped_State
- 3 Returning to the Operating System=Returning_to_the_Operating_System
- 3 Branching=Branching
- 3 Conditional Statements=Conditional_Statements
- 3 ON...GOTO Statement=ON_GOTO_Statement
- 3 ON...GOSUB Statement=ON_GOSUB_Statement
- 3 SELECT and CASE Statements=SELECT_and_CASE_Statements
- 3 Loops=Loops
- 3 FOR Loops=FOR_Loops_1
- 3 Other Loop Types=Other_Loop_Types
- 3 Subroutines=Subroutines
- 3 Program Contexts=Program_Contexts
- 3 Main Context=Main_Context
- 3 Subprogram Contexts=Subprogram_Contexts
- 3 Subprogram Pointers=Subprogram_Pointers
- 3 User Defined Function Contexts=User_Defined_Function_Contexts
- 3 CSUB Contexts=CSUB_Contexts
- 3 Interrupting Program Flow=Interrupting_Program_Flow
- 3 Priority=Priority
- 3 Global and Local Aspects=Global_and_Local_Aspects
- 3 Disabling Events=Disabling_Events
- 3 Error Handling=Error_Handling
- 3 Defining an Error Handler=Defining_an_Error_Handler
- 3 The Error Handler Routine=The_Error_Handler_Routine
- 3 EXECUTE Statement=EXECUTE_Statement
- 3 Summary=Summary_1
- 2 Chapter 3 Mathematics
- 3 Mathematics=Mathematics
- 3 Numeric Expressions=Numeric_Expressions
- 3 String Expressions=String_Expressions
- 3 Matrix Expressions=Matrix_Expressions
- 3 Operands=Operands
- 3 Operators=Operators
- 3 Arithmetic=Arithmetic
- 3 Binary=Binary
- 3 Conversions=Conversions
- 3 Date/Time=Date_Time
- 3 Environment=Environment
- 3 Error=Error
- 3 I/O Functions=I_O_Functions
- 3 Logical=Logical
- 3 Relational=Relational
- 3 String Functions=String_Functions
- 3 Transcendental and Trigonometric=Transcendental_and_Trigonometric
- 3 Other Functions=Other_Functions
- 3 User Defined Functions=User_Defined_Functions
- 3 Automatic Conversions=Automatic_Conversions
- 3 Execution Precedence=Execution_Precedence
- 3 Matrix Operators=Matrix_Operators
- 3 Matrix Operators with Matrix Result=Matrix_Operators_with_Matrix_Result
- 3 Matrix Operators with Scalar Result=Matrix_Operators_with_Scalar_Result
- 3 Matrix Sub-array Assignments=Matrix_Sub_array_Assignments
- 3 Matrix Searching=Matrix_Searching
- 3 Matrix Inversion=Matrix_Inversion
- 3 Complex Operators=Complex_Operators
- 3 Extended Statements and Operators=Extended_Statements_and_Operators
- 3 Added Statements and Operators=Added_Statements_and_Operators
- 3 Summary=Summary_2
- 2 Chapter 4 Graphics
- 3 Graphics=Graphics
- 3 Simple Graphics Statements=Simple_Graphics_Statements
- 3 GINIT Statement=GINIT_Statement
- 3 GCLEAR and CLS Statements=GCLEAR_and_CLS_Statements
- 3 Graphics Coordinate System=Graphics_Coordinate_System
- 3 MOVE and DRAW Statements=MOVE_and_DRAW_Statements
- 3 PLOT Statement=PLOT_Statement
- 3 PENUP Statement=PENUP_Statement
- 3 User Defined Graphic Units=User_Defined_Graphic_Units
- 3 VIEWPORT Statement=VIEWPORT_Statement
- 3 CLIP Statement=CLIP_Statement
- 3 SHOW Statement=SHOW_Statement
- 3 WINDOW Statement=WINDOW_Statement
- 3 WINDOW and VIEWPORT Effects=WINDOW_and_VIEWPORT_Effects
- 3 Annotating Charts and Graphs=Annotating_Charts_and_Graphs
- 3 AXES and GRID Statements=AXES_and_GRID_Statements
- 3 FRAME Statement=FRAME_Statement
- 3 LABEL Statement=LABEL_Statement
- 3 LDIR Statement=LDIR_Statement
- 3 LORG Statement=LORG_Statement
- 3 GFONT IS Statement=GFONT_IS_Statement
- 3 Graphic Attributes=Graphic_Attributes
- 3 LINE TYPE Statement=LINE_TYPE_Statement
- 3 Color Graphics=Color_Graphics
- 3 HSL Color Space=HSL_Color_Space
- 3 RGB Color Space=RGB_Color_Space
- 3 Pen Numbers=Pen_Numbers
- 3 SET PEN Statement=SET_PEN_Statement
- 3 GESCAPE Statement=GESCAPE_Statement
- 3 Code 1=Code_1
- 3 Code 2=Code_2
- 3 Code 3=Code_3
- 3 Codes 4 & 5=Codes_4_5
- 3 Code 6=Code_6
- 3 Code 7=Code_7
- 3 Basic Window Manipulation Codes=Basic_Window_manipulation_codes
- 3 Code 102=Code_102
- 3 Code 103=Code_103
- 3 Code 104=Code_104
- 3 Code 105=Code_105
- 3 Code 106=Code_106
- 3 Incremental and Relative Graphics=Incremental_and_Relative_Graphics
- 3 IMOVE Statement=IMOVE_Statement
- 3 IDRAW Statement=IDRAW_Statement
- 3 IPLOT Statement=IPLOT_Statement
- 3 RPLOT Statement=RPLOT_Statement
- 3 Arcs, Circles and Rectangles=Arcs_Circles_and_Rectangles
- 3 POLYGON and POLYLINE Statements=POLYGON_and_POLYLINE_Statements
- 3 RECTANGLE Statement=RECTANGLE_Statement
- 3 User Defined Symbols=User_Defined_Symbols
- 3 AREA Fill Styles and Colors=AREA_Fill_Styles_and_Colors
- 3 AREA Statement=AREA_Statement
- 3 FILL and EDGE Options=FILL_and_EDGE_Options
- 3 Array Specified Pen Control=Array_Specified_Pen_Control
- 3 AREA Color=AREA_Color
- 3 FILL and EDGE=FILL_and_EDGE
- 3 Graphics Rotation=Graphics_Rotation
- 3 PDIR Statement=PDIR_Statement
- 3 PIVOT Statement=PIVOT_Statement
- 3 Screen Raster Images=Screen_Raster_Images
- 3 Full Screen=Full_Screen
- 3 Screen Dumps=Screen_Dumps
- 3 DUMP ALPHA Statement=DUMP_ALPHA_Statement
- 3 DUMP GRAPHICS Statement=DUMP_GRAPHICS_Statement
- 3 DUMP DEVICE IS Statement=DUMP_DEVICE_IS_Statement
- 3 Partial Screen Dumps=Partial_Screen_Dumps
- 3 Graphics Devices=Graphics_Devices
- 3 PLOTTER IS Statement=PLOTTER_IS_Statement
- 3 GSEND Statement=GSEND_Statement
- 3 GRAPHICS INPUT IS Statement=GRAPHICS_INPUT_IS_Statement
- 3 READ LOCATOR Statement=READ_LOCATOR_Statement
- 3 SET LOCATOR Statement=SET_LOCATOR_Statement
- 3 WHERE Statement=WHERE_Statement
- 3 Tracking Graphics Input=Tracking_Graphics_Input
- 3 SET ECHO Statement=SET_ECHO_Statement
- 3 TRACK and DIGITIZE Statements=TRACK_and_DIGITIZE_Statements
- 3 Mixing Output and Input Devices=Mixing_Output_and_Input_Devices
- 3 Separate and Merged Alpha=Separate_and_Merged_Alpha
- 3 Merged Alpha=Merged_Alpha
- 3 Separate Alpha=Separate_Alpha
- 3 Porting Issues=Porting_Issues
- 3 Summary=Summary_3
- 2 Chapter 5 General Input and Output
- 3 General Input and Output=General_Input_and_Output
- 3 ASSIGN Statement=ASSIGN_Statement
- 3 Syntax=Syntax
- 3 Devices=Devices
- 3 Files=Files_1
- 3 Pipes=Pipes
- 3 Buffers=Buffers_1
- 3 Attributes=Attributes
- 3 FORMAT Options=FORMAT_Options
- 3 BYTE and WORD=BYTE_and_WORD
- 3 EOL=EOL
- 3 APPEND=APPEND
- 3 RETURN=RETURN
- 3 Closing an I/O Path=Closing_an_I_O_Path
- 3 OUTPUT Statement=OUTPUT_Statement
- 3 Numeric Items=Numeric_Items
- 3 String Items=String_Items
- 3 End of Line=End_of_Line
- 3 END=END
- 3 ENTER Statement=ENTER_Statement
- 3 Numeric Items=Numeric_Items_1
- 3 String Items=String_Items_1
- 3 Statement Termination=Statement_Termination
- 3 Formatted I/O=Formatted_I_O
- 3 IMAGE Interpretation=IMAGE_Interpretation
- 3 Syntax=Syntax_1
- 3 OUTPUT, etc.=OUTPUT_etc_
- 3 ENTER=ENTER
- 3 Creating Format Strings=Creating_Format_Strings
- 3 PRINT Examples=PRINT_Examples
- 3 ENTER Example=ENTER_Example
- 3 END=END_1
- 3 TRANSFER=TRANSFER
- 3 Examples=Examples_1
- 3 Support=Support
- 3 Buffers=Buffers_2
- 3 Transfer Type=Transfer_Type
- 3 Transfer Method=Transfer_Method
- 3 Transfer Termination=Transfer_Termination
- 3 ON EOR andON EOT=ON_EOR_and_ON_EOT
- 3 Termination=Termination
- 3 Hanging and Premature Termination=Hanging_and_Premature_Termination
- 3 Outbound TRANSFER=Outbound_TRANSFER
- 3 Inbound TRANSFER=Inbound_TRANSFER
- 3 STATUS, CONTROL, READIO and WRITEIO=STATUS_CONTROL_READIO_and_WRITEIO
- 3 CONTROL Statement=CONTROL_Statement
- 3 STATUS Statement and Function=STATUS_Statement_and_Function
- 3 Device I/O Path Registers=Device_I_O_Path_Registers
- 3 ASCII File I/O Path Registers=ASCII_File_I_O_Path_Registers
- 3 BDAT and Ordinary File I/O Path Registers=BDAT_and_Ordinary_File_I_O_Path_Registers
- 3 BUFFER I/O Path Registers=BUFFER_I_O_Path_Registers
- 3 Pipe I/O Path Registers=Pipe_I_O_Path_Registers
- 3 Interface Hardware Registers=Interface_Hardware_Registers
- 3 READIO Function=READIO_Function
- 3 WRITEIO Statement=WRITEIO_Statement
- 3 PEEK/POKE Memory=PEEK_POKE_Memory
- 3 IN/OUT Operations=IN_OUT_Operations
- 3 Locating a Numeric Variable=Locating_a_Numeric_Variable
- 3 Interrupts=Interrupts
- 3 ON INTR Statement=ON_INTR_Statement
- 3 OFF INTR Statement=OFF_INTR_Statement
- 3 Enabling and Disabling Interrupts=Enabling_and_Disabling_Interrupts
- 3 Interrupt Routines=Interrupt_Routines
- 3 Specialized I/O Statements=Specialized_I_O_Statements
- 3 READ/DATA Statements=READ_DATA_Statements
- 3 BEEP Statement=BEEP_Statement
- 3 Summary=Summary_4
- 2 Chapter 6 CRT, Keyboard and Printer
- 3 CRT, Keyboard and Printer=CRT_Keyboard_and_Printer
- 3 Display (CRT)=Display_CRT_
- 3 Display Organization=Display_Organization
- 3 OUTPUT CRT=OUTPUT_CRT
- 3 PRINT=PRINT
- 3 DISP Statement=DISP_Statement
- 3 PRINT and DISP Statements=PRINT_and_DISP_Statements
- 3 Display Functions=Display_Functions
- 3 CRT Related Statements=CRT_Related_Statements
- 3 CONTROL/STATUS CRT=CONTROL_STATUS_CRT
- 3 ENTER CRT=ENTER_CRT
- 3 Keyboard (KBD)=Keyboard_KBD_
- 3 ENTER KBD=ENTER_KBD
- 3 INPUT Statement=INPUT_Statement
- 3 LINPUT Statement=LINPUT_Statement
- 3 OUTPUT KBD=OUTPUT_KBD
- 3 Using a Printer=Using_a_Printer
- 3 The PRT function=The_PRT_function
- 3 The PRINTER IS device=The_PRINTER_IS_device
- 3 The PRINTALL IS device=The_PRINTALL_IS_device
- 3 CRT and KBD Registers=CRT_and_KBD_Registers
- 3 CRT CONTROL Registers=CRT_CONTROL_Registers
- 3 CRT STATUS Registers=CRT_STATUS_Registers
- 3 KBD CONTROL Registers=KBD_CONTROL_Registers
- 3 KBD STATUS Registers=KBD_STATUS_Registers
- 3 Summary=Summary_5
- 2 Chapter 7 Files
- 3 Files=Files
- 3 File Management Commands=File_Management_Commands
- 3 ASSIGN=ASSIGN
- 3 CAT=CAT
- 3 CHGRP and CHOWN=CHGRP_and_CHOWN
- 3 COPY=COPY
- 3 CREATE=CREATE
- 3 INITIALIZE=INITIALIZE
- 3 LINK=LINK
- 3 LOCK and UNLOCK=LOCK_and_UNLOCK
- 3 MASS STORAGE IS=MASS_STORAGE_IS
- 3 PERMIT=PERMIT
- 3 PRINT LABEL and READ LABEL=PRINT_LABEL_and_READ_LABEL
- 3 PROTECT=PROTECT
- 3 PURGE=PURGE
- 3 RENAME=RENAME
- 3 RESET=RESET
- 3 SYSTEM$("MSI")=SYSTEM_MSI_
- 3 WILDCARDS=WILDCARDS
- 3 File Types=File_Types
- 3 BDAT Files=BDAT_Files
- 3 ASCII Files=ASCII_Files
- 3 Ordinary Files=Ordinary_Files
- 3 File Organization=File_Organization
- 3 Sequential Files=Sequential_Files
- 3 Random Access Files=Random_Access_Files
- 3 Converting LIF ASCII files to DOS ASCII=Converting_LIF_ASCII_files_to_DOS_ASCII
- 3 Summary=Summary_6
- 2 Chapter 8 IEEE-488 Interface Bus
- 3 IEEE-488 Interface Bus=IEEE_488_Interface_Bus
- 3 IEEE-488 History=IEEE_488_History
- 3 IEEE-488 Overview=IEEE_488_Overview
- 3 Data Lines=Data_Lines
- 3 Handshake Lines=Handshake_Lines
- 3 Interface Management Lines=Interface_Management_Lines
- 3 Device Addresses=Device_Addresses
- 3 IEEE-488 Statement Overview=IEEE_488_Statement_Overview
- 3 High Level Transfer Statements=High_Level_Transfer_Statements
- 3 High Level Bus Control Statements=High_Level_Bus_Control_Statements
- 3 ABORT Statement=ABORT_Statement
- 3 CLEAR Statement=CLEAR_Statement
- 3 LOCAL Statement=LOCAL_Statement
- 3 LOCAL LOCKOUT Statement=LOCAL_LOCKOUT_Statement
- 3 PASS CONTROL Statement=PASS_CONTROL_Statement
- 3 PPOLL Function=PPOLL_Function
- 3 PPOLL CONFIGURE Statement=PPOLL_CONFIGURE_Statement
- 3 PPOLL RESPONSE Statement=PPOLL_RESPONSE_Statement
- 3 PPOLL UNCONFIGURE Statement=PPOLL_UNCONFIGURE_Statement
- 3 REMOTE Statement=REMOTE_Statement
- 3 REQUEST Statement=REQUEST_Statement
- 3 RESET Statement=RESET_Statement
- 3 SPOLL Function=SPOLL_Function
- 3 TRIGGER Statement=TRIGGER_Statement
- 3 Byte Level Transfer Statements=Byte_Level_Transfer_Statements
- 3 SEND Statement=SEND_Statement
- 3 OUTPUT and ENTER Statements=OUTPUT_and_ENTER_Statements
- 3 Low Level Bus Control Statements=Low_Level_Bus_Control_Statements
- 3 CONTROL and STATUS Statements=CONTROL_and_STATUS_Statements
- 3 READIO and WRITEIO Statements=READIO_and_WRITEIO_Statements
- 3 IEEE-488 Interrupts=IEEE_488_Interrupts
- 3 ON INTR Statement=ON_INTR_Statement_1
- 3 OFF INTR Statement=OFF_INTR_Statement_1
- 3 Enabling and Disabling Interrupts=Enabling_and_Disabling_Interrupts_1
- 3 Interrupt Enable Register Bit Mask=Interrupt_Enable_Register_Bit_Mask
- 3 Handling Service Requests=Handling_Service_Requests
- 3 Parallel Polling Devices=Parallel_Polling_Devices
- 3 IEEE-488 Registers=IEEE_488_Registers
- 3 IEEE-488 CONTROL Registers=IEEE_488_CONTROL_Registers
- 3 CONTROL 0=CONTROL_0
- 3 CONTROL 1=CONTROL_1
- 3 CONTROL 2=CONTROL_2
- 3 CONTROL 3=CONTROL_3
- 3 CONTROL 4=CONTROL_4
- 3 CONTROL 5=CONTROL_5
- 3 IEEE-488 STATUS Registers=IEEE_488_STATUS_Registers
- 3 STATUS 0=STATUS_0
- 3 STATUS 1=STATUS_1
- 3 STATUS 2=STATUS_2
- 3 STATUS 3=STATUS_3
- 3 STATUS 4=STATUS_4
- 3 STATUS 5=STATUS_5
- 3 STATUS 6=STATUS_6
- 3 STATUS 7=STATUS_7
- 3 9914 READIO Registers=9914_READIO_Registers
- 3 9914 READIO 1=9914_READIO_1
- 3 9914 READIO 3=9914_READIO_3
- 3 9914 READIO 5=9914_READIO_5
- 3 9914 READIO 17=9914_READIO_17
- 3 9914 READIO 19=9914_READIO_19
- 3 9914 READIO 21=9914_READIO_21
- 3 9914 READIO 23=9914_READIO_23
- 3 9914 READIO 29=9914_READIO_29
- 3 9914 READIO 31=9914_READIO_31
- 3 9914 WRITEIO Registers=9914_WRITEIO_Registers
- 3 9914 WRITEIO 3=9914_WRITEIO_3
- 3 9914 WRITEIO 17=9914_WRITEIO_17
- 3 9914 WRITEIO 19=9914_WRITEIO_19
- 3 9914 WRITEIO 23=9914_WRITEIO_23
- 3 9914 WRITEIO 25=9914_WRITEIO_25
- 3 9914 WRITEIO 27=9914_WRITEIO_27
- 3 9914 WRITEIO 29=9914_WRITEIO_29
- 3 9914 WRITEIO 31=9914_WRITEIO_31
- 3 7210 READIO Registers=7210_READIO_Registers
- 3 7210 READIO 1=7210_READIO_1
- 3 7210 READIO 3=7210_READIO_3
- 3 7210 READIO 5=7210_READIO_5
- 3 7210 READIO 18=7210_READIO_18
- 3 7210 READIO 20=7210_READIO_20
- 3 7210 READIO 22=7210_READIO_22
- 3 7210 READIO 24=7210_READIO_24
- 3 7210 READIO 26=7210_READIO_26
- 3 7210 READIO 28=7210_READIO_28
- 3 7210 READIO 30=7210_READIO_30
- 3 7210 READIO 32=7210_READIO_32
- 3 7210 WRITEIO Registers=7210_WRITEIO_Registers
- 3 7210 WRITEIO 3=7210_WRITEIO_3
- 3 7210 WRITEIO 18=7210_WRITEIO_18
- 3 7210 WRITEIO 20=7210_WRITEIO_20
- 3 7210 WRITEIO 22=7210_WRITEIO_22
- 3 7210 WRITEIO 24=7210_WRITEIO_24
- 3 7210 WRITEIO 26=7210_WRITEIO_26
- 3 7210 WRITEIO 28=7210_WRITEIO_28
- 3 7210 WRITEIO 30=7210_WRITEIO_30
- 3 7210 WRITEIO 32=7210_WRITEIO_32
- 3 Statement Bus Action Summary=Statement_Bus_Action_Summary
- 3 Summary=Summary_7
- 2 Chapter 9 Serial (RS-232) I/O
- 3 Serial (RS-232) I/O=Serial_RS_232_I_O
- 3 General I/O=General_I_O
- 3 Handshaking=Handshaking
- 3 ENTER Serial=ENTER_Serial
- 3 OUTPUT Serial=OUTPUT_Serial
- 3 Interrupt Support=Interrupt_Support
- 3 Connecting Devices to the Serial Interface=Connecting_Devices_to_the_Serial_Interface
- 3 "Standard" Cables=_Standard_Cables
- 3 Cabling From the Ground Up=Cabling_From_the_Ground_Up
- 3 Communication Parameters=Communication_Parameters
- 3 Data Formats=Data_Formats
- 3 Interface Status Errors=Interface_Status_Errors
- 3 RS-232: The Standard Non-Standard=RS_232_The_Standard_Non_Standard
- 3 The Standard=The_Standard
- 3 Pin Assignments for PC 25 and 9 pin connectors=Pin_Assignments_for_PC_25_and_9_pin_connectors
- 3 The Non-Standard=The_Non_Standard
- 3 Pin Assignments=Pin_Assignments
- 3 Serial Registers=Serial_Registers
- 3 Serial CONTROL Registers=Serial_CONTROL_Registers
- 3 CONTROL 0=CONTROL_0_1
- 3 CONTROL 1=CONTROL_1_1
- 3 CONTROL 2=CONTROL_2_1
- 3 CONTROL 3=CONTROL_3_1
- 3 CONTROL 4=CONTROL_4_1
- 3 CONTROL 5=CONTROL_5_1
- 3 CONTROL 6=CONTROL_6
- 3 CONTROL 7=CONTROL_7
- 3 CONTROL 8 to 11=CONTROL_8_to_11
- 3 CONTROL 12=CONTROL_12
- 3 CONTROL 13=CONTROL_13
- 3 CONTROL 14=CONTROL_14
- 3 CONTROL 100=CONTROL_100
- 3 Serial STATUS Registers=Serial_STATUS_Registers
- 3 STATUS 0=STATUS_0_1
- 3 STATUS 1=STATUS_1_1
- 3 STATUS 2=STATUS_2_1
- 3 STATUS 3=STATUS_3_1
- 3 STATUS 4=STATUS_4_1
- 3 STATUS 5=STATUS_5_1
- 3 STATUS 6=STATUS_6_1
- 3 STATUS 7=STATUS_7_1
- 3 STATUS 8=STATUS_8
- 3 STATUS 9=STATUS_9
- 3 STATUS 10=STATUS_10
- 3 STATUS 11=STATUS_11
- 3 STATUS 12=STATUS_12
- 3 STATUS 13=STATUS_13
- 3 STATUS 14=STATUS_14
- 3 STATUS 100=STATUS_100
- 3 STATUS 101=STATUS_101
- 3 Serial READIO & WRITEIO Registers=Serial_READIO_WRITEIO_Registers
- 3 WRITEIO 1=WRITEIO_1
- 3 WRITEIO 2=WRITEIO_2
- 3 WRITEIO 5=WRITEIO_5
- 3 WRITEIO 6=WRITEIO_6
- 3 WRITEIO 7=WRITEIO_7
- 3 WRITEIO 8=WRITEIO_8
- 3 WRITEIO 9=WRITEIO_9
- 3 WRITEIO 10=WRITEIO_10
- 3 WRITEIO 11=WRITEIO_11
- 3 WRITEIO 12=WRITEIO_12
- 3 WRITEIO 13=WRITEIO_13
- 3 WRITEIO 14=WRITEIO_14
- 3 Serial32 WRITEIO Only Registers=Serial32_WRITEIO_Only_Registers
- 3 WRITEIO 20=WRITEIO_20
- 3 Serial32 READIO Only Registers=Serial32_READIO_Only_Registers
- 3 READIO 30=READIO_30
- 3 READIO 31=READIO_31
- 3 READIO 32=READIO_32
- 3 READIO 33=READIO_33
- 3 Serial ENABLE INTR Mask=Serial_ENABLE_INTR_Mask
- 3 Summary=Summary_8
- 2 Chapter 10 Other I/O Destinations/Sources
- 3 Other I/O Destinations/Sources=Other_I_O_Destinations_Sources
- 3 I/O to Strings=I_O_to_Strings
- 3 OUTPUT to Strings=OUTPUT_to_Strings
- 3 ENTER from Strings=ENTER_from_Strings
- 3 Buffers=Buffers
- 3 BUFFER STATUS/CONTROL Registers=BUFFER_STATUS_CONTROL_Registers
- 3 The Processor Interface (32)=The_Processor_Interface_32_
- 3 STATUS 0=STATUS_0_2
- 3 STATUS 1=STATUS_1_2
- 3 STATUS 2=STATUS_2_2
- 3 STATUS 3=STATUS_3_2
- 3 STATUS 4=STATUS_32_4
- 3 STATUS 5=STATUS_5_2
- 3 Accessing Other Interfaces and Devices=Accessing_Other_Interfaces_and_Devices
- 3 Summary=Summary_9
- 2 Chapter 11 DLL Toolkit
- 3 DLL Toolkit=DLL_Toolkit
- 3 DLL GET=DLL_GET
- 3 DLL LOAD=DLL_LOAD
- 3 DLL READ=DLL_READ
- 3 DLL UNLOAD=DLL_UNLOAD
- 3 DLL WRITE=DLL_WRITE
- 3 LIST DLL=LIST_DLL
- 3 Export.h=Export_h
- 3 Gh_BasicWindow=Gh_BasicWindow
- 3 Disp=Disp
- 3 Signal=Signal
- 3 CheckInt=CheckInt
- 3 PutBuffer=PutBuffer
- 3 GetBuffer=GetBuffer
- 3 Interactive=Interactive
- 3 GetBasicEvents=GetBasicEvents
- 3 Registerthread=Registerthread
- 3 Unregisterthread=Unregisterthread
- 3 Summary=Summary_10
- 2 Chapter 12 International Language Support
- 3 International Language Support=International_Language_Support
- 3 Character Sets=Character_Sets
- 3 Latin-1=Latin_1
- 3 ISO-932 and Shift-JIS=ISO_932_and_Shift_JIS
- 3 Variable Names=Variable_Names_1
- 3 Attribute Character Conflict=Attribute_Character_Conflict
- 3 Lexical Order=Lexical_Order
- 3 Upper and Lowercase Conversions=Upper_and_Lowercase_Conversions
- 3 Japanese Character Conversions=Japanese_Character_Conversions
- 3 LABELCharacterSet=LABEL_Character_Set
- 3 Defining Your Own LABEL Characters=Defining_Your_Own_LABEL_Characters
- 3 Using LABELCHR.BAS=Using_LABELCHR_BAS
- 3 User-DefinedLexicalOrders=User_Defined_Lexical_Orders
- 3 Order Table=Order_Table
- 3 Special Case Table=Special_Case_Table
- 3 Ignore Characters=Ignore_Characters
- 3 2-to-1 Translation=2_to_1_Translation
- 3 1-to-2 Translation=1_to_2_Translation
- 3 Sub-Order Numbers=Sub_Order_Numbers
- 3 Putting User-Defined Rules Into Effect=Putting_User_Defined_Rules_Into_Effect
- 3 User-Defined UPC$/LWC$ Rules=User_Defined_UPC_LWC_Rules
- 3 Example Data Files=Example_Data_Files
- 3 Roman-8 Character Set Support=Roman_8_Character_Set_Support
- 3 Roman-8 Translation Program=Roman_8_Translation_Program
- 3 Display Font=Display_Font
- 3 Keyboard=Keyboard
- 3 LEXICAL ORDER=LEXICAL_ORDER_1
- 3 LABEL=LABEL
- 3 LEXICALORDER Tables=LEXICAL_ORDER_Tables
- 3 CharacterSetTables=Character_Set_Tables
- 3 Overview of the Shift-JIS Character Set=Overview_of_the_Shift_JIS_Character_Set
- 2 Glossary
- 3 Ancillary files=Ancillary_files
- 3 Angle=Angle
- 3 Array=Array
- 3 Array Name=Array_Name
- 3 ASCII file type=ASCII_file_type
- 3 Attributes=Attributes_1
- 3 BDAT file type=BDAT_file_type
- 3 Boolean Expression=Boolean_Expression
- 3 Child widget=Child_widget
- 3 Click=Click
- 3 COM Block=COM_Block
- 3 COM Block Name=COM_Block_Name
- 3 Common dialog attribute=Common_dialog_attribute
- 3 Common widget attribute=Common_widget_attribute
- 3 COMPLEX=COMPLEX
- 3 Container widget=Container_widget
- 3 Context=Context
- 3 Context-sensitive Help=Context_sensitive_Help
- 3 Device Selector=Device_Selector
- 3 Dialog=Dialog
- 3 DOS file type=DOS_file_type
- 3 Event=Event
- 3 Event-initiated Branching=Event_initiated_Branching
- 3 File Specifier=File_Specifier
- 3 Focus=Focus
- 3 Full Array Specifier=Full_Array_Specifier
- 3 Function Name=Function_Name
- 3 Help=Help
- 3 HPGL=HPGL
- 3 I/O PATH=I_O_PATH
- 3 Integer=Integer
- 3 Integer Array=Integer_Array
- 3 Interface Select Code=Interface_Select_Code
- 3 Level-0=Level_0
- 3 Level-0 widget=Level_0_widget
- 3 Line Label=Line_Label
- 3 Line Number=Line_Number
- 3 Local Variable=Local_Variable
- 3 LONG=LONG
- 3 Matrix=Matrix
- 3 Menu bar=Menu_bar
- 3 Notepad=Notepad
- 3 Numeric Array=Numeric_Array
- 3 Numeric Array Element=Numeric_Array_Element
- 3 Numeric Constant=Numeric_Constant
- 3 Numeric Expression=Numeric_Expression
- 3 Numeric Name=Numeric_Name
- 3 Operator=Operator
- 3 Ordinary file=Ordinary_file
- 3 Parent widget=Parent_widget
- 3 Path Specifier=Path_Specifier
- 3 Pen=Pen
- 3 Pen Number=Pen_Number
- 3 Pixel=Pixel
- 3 Pointer=Pointer
- 3 Precedence=Precedence
- 3 Primary Address=Primary_Address
- 3 Priority=Priority_1
- 3 PROG file type=PROG_file_type
- 3 Real=Real
- 3 Record Number=Record_Number
- 3 Resize border=Resize_border
- 3 Scientific Notation=Scientific_Notation
- 3 Screen Builder=Screen_Builder_users
- 3 Screen origin=Screen_origin
- 3 Sibling widgets=Sibling_widgets
- 3 Signal Number=Signal_Number
- 3 Softkey Macro=Softkey_Macro
- 3 STATIC=STATIC_1
- 3 String=String
- 3 String Array=String_Array
- 3 String Array Element=String_Array_Element
- 3 String Expression=String_Expression
- 3 String Literal=String_Literal
- 3 String Name=String_Name
- 3 Sub-string=Sub_string
- 3 Subprogram Name=Subprogram_Name
- 3 Subscript=Subscript
- 3 System font=System_font
- 3 Tab group=Tab_group
- 3 Title bar=Title_bar
- 3 Transient widget=Transient_widget
- 3 UNIX file type=UNIX_file_type
- 3 Variable Name=Variable_Name
- 3 Vector=Vector
- 3 Volume Label=Volume_Label
- 3 Volume Specifier=Volume_Specifier
- 3 Widget=Widget
- 3 Widget Management Software=Widget_Management_Software
- 3 Work Area=Work_Area
-