home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 93win / data1.cab / Help_Files / htbusers.cnt (.txt) < prev    next >
Encoding:
Microsoft Windows Help File Content  |  2005-03-02  |  21.8 KB  |  636 lines

  1. :Base htbusers.hlp
  2. :Title User's Guide
  3. 1 User's Guide
  4. 2 Contents=Contents
  5. 2 Chapter 1 Language Elements
  6. 3 Language Elements=Language_Elements
  7. 3 This Manual=This_Manual
  8. 3 Program Lines=Program_Lines
  9. 3 Line Numbers=Line_Numbers
  10. 3 Line Labels=Line_Labels
  11. 3 Statements=Statements
  12. 3 Comments=Comments
  13. 3 Keywords=Keywords
  14. 3 INTEGER Numbers=INTEGER_Numbers
  15. 3 LONG  Numbers=LONG_Numbers
  16. 3 REAL Numbers=REAL_Numbers
  17. 3 Cautions=Cautions
  18. 3 REAL Comparisons=REAL_Comparisons
  19. 3 FOR Loops=FOR_Loops
  20. 3 Definition=Definition
  21. 3 COMPLEX Numbers=COMPLEX_Numbers
  22. 3 STATIC=STATIC
  23. 3 Strings=Strings
  24. 3 I/O Paths=I_O_Paths
  25. 3 Constants=Constants
  26. 3 Numeric Constants=Numeric_Constants
  27. 3 String Constants=String_Constants
  28. 3 Variables=Variables
  29. 3 Variable Names=Variable_Names
  30. 3 Variable Types=Variable_Types
  31. 3 Variable Scope=Variable_Scope
  32. 3 Array Variables=Array_Variables
  33. 3 Declaration=Declaration
  34. 3 String Arrays=String_Arrays
  35. 3 Examples=Examples
  36. 3 Summary=Summary
  37. 2 Chapter 2 Program Flow Control
  38. 3 Program Flow Control=Program_Flow_Control
  39. 3 Program Execution=Program_Execution
  40. 3 The Paused State=The_Paused_State
  41. 3 The Stopped State=The_Stopped_State
  42. 3 Returning to the Operating System=Returning_to_the_Operating_System
  43. 3 Branching=Branching
  44. 3 Conditional Statements=Conditional_Statements
  45. 3 ON...GOTO Statement=ON_GOTO_Statement
  46. 3 ON...GOSUB Statement=ON_GOSUB_Statement
  47. 3 SELECT and CASE Statements=SELECT_and_CASE_Statements
  48. 3 Loops=Loops
  49. 3 FOR Loops=FOR_Loops_1
  50. 3 Other Loop Types=Other_Loop_Types
  51. 3 Subroutines=Subroutines
  52. 3 Program Contexts=Program_Contexts
  53. 3 Main Context=Main_Context
  54. 3 Subprogram Contexts=Subprogram_Contexts
  55. 3 Subprogram Pointers=Subprogram_Pointers
  56. 3 User Defined Function Contexts=User_Defined_Function_Contexts
  57. 3 CSUB Contexts=CSUB_Contexts
  58. 3 Interrupting Program Flow=Interrupting_Program_Flow
  59. 3 Priority=Priority
  60. 3 Global and Local Aspects=Global_and_Local_Aspects
  61. 3 Disabling Events=Disabling_Events
  62. 3 Error Handling=Error_Handling
  63. 3 Defining an Error Handler=Defining_an_Error_Handler
  64. 3 The Error Handler Routine=The_Error_Handler_Routine
  65. 3 EXECUTE Statement=EXECUTE_Statement
  66. 3 Summary=Summary_1
  67. 2 Chapter 3 Mathematics
  68. 3 Mathematics=Mathematics
  69. 3 Numeric Expressions=Numeric_Expressions
  70. 3 String Expressions=String_Expressions
  71. 3 Matrix Expressions=Matrix_Expressions
  72. 3 Operands=Operands
  73. 3 Operators=Operators
  74. 3 Arithmetic=Arithmetic
  75. 3 Binary=Binary
  76. 3 Conversions=Conversions
  77. 3 Date/Time=Date_Time
  78. 3 Environment=Environment
  79. 3 Error=Error
  80. 3 I/O Functions=I_O_Functions
  81. 3 Logical=Logical
  82. 3 Relational=Relational
  83. 3 String Functions=String_Functions
  84. 3 Transcendental and Trigonometric=Transcendental_and_Trigonometric
  85. 3 Other Functions=Other_Functions
  86. 3 User Defined Functions=User_Defined_Functions
  87. 3 Automatic Conversions=Automatic_Conversions
  88. 3 Execution Precedence=Execution_Precedence
  89. 3 Matrix Operators=Matrix_Operators
  90. 3 Matrix Operators with Matrix Result=Matrix_Operators_with_Matrix_Result
  91. 3 Matrix Operators with Scalar Result=Matrix_Operators_with_Scalar_Result
  92. 3 Matrix Sub-array Assignments=Matrix_Sub_array_Assignments
  93. 3 Matrix Searching=Matrix_Searching
  94. 3 Matrix Inversion=Matrix_Inversion
  95. 3 Complex Operators=Complex_Operators
  96. 3 Extended Statements and Operators=Extended_Statements_and_Operators
  97. 3 Added Statements and Operators=Added_Statements_and_Operators
  98. 3 Summary=Summary_2
  99. 2 Chapter 4 Graphics
  100. 3 Graphics=Graphics
  101. 3 Simple Graphics Statements=Simple_Graphics_Statements
  102. 3 GINIT Statement=GINIT_Statement
  103. 3 GCLEAR and CLS Statements=GCLEAR_and_CLS_Statements
  104. 3 Graphics Coordinate System=Graphics_Coordinate_System
  105. 3 MOVE and DRAW Statements=MOVE_and_DRAW_Statements
  106. 3 PLOT Statement=PLOT_Statement
  107. 3 PENUP Statement=PENUP_Statement
  108. 3 User Defined Graphic Units=User_Defined_Graphic_Units
  109. 3 VIEWPORT Statement=VIEWPORT_Statement
  110. 3 CLIP Statement=CLIP_Statement
  111. 3 SHOW Statement=SHOW_Statement
  112. 3 WINDOW Statement=WINDOW_Statement
  113. 3 WINDOW and VIEWPORT Effects=WINDOW_and_VIEWPORT_Effects
  114. 3 Annotating Charts and Graphs=Annotating_Charts_and_Graphs
  115. 3 AXES and GRID Statements=AXES_and_GRID_Statements
  116. 3 FRAME Statement=FRAME_Statement
  117. 3 LABEL Statement=LABEL_Statement
  118. 3 LDIR Statement=LDIR_Statement
  119. 3 LORG Statement=LORG_Statement
  120. 3 GFONT IS Statement=GFONT_IS_Statement
  121. 3 Graphic Attributes=Graphic_Attributes
  122. 3 LINE TYPE Statement=LINE_TYPE_Statement
  123. 3 Color Graphics=Color_Graphics
  124. 3 HSL Color Space=HSL_Color_Space
  125. 3 RGB Color Space=RGB_Color_Space
  126. 3 Pen Numbers=Pen_Numbers
  127. 3 SET PEN Statement=SET_PEN_Statement
  128. 3 GESCAPE Statement=GESCAPE_Statement
  129. 3 Code 1=Code_1
  130. 3 Code 2=Code_2
  131. 3 Code 3=Code_3
  132. 3 Codes 4 & 5=Codes_4_5
  133. 3 Code 6=Code_6
  134. 3 Code 7=Code_7
  135. 3 Basic Window Manipulation Codes=Basic_Window_manipulation_codes
  136. 3 Code 102=Code_102
  137. 3 Code 103=Code_103
  138. 3 Code 104=Code_104
  139. 3 Code 105=Code_105
  140. 3 Code 106=Code_106
  141. 3 Incremental and Relative Graphics=Incremental_and_Relative_Graphics
  142. 3 IMOVE Statement=IMOVE_Statement
  143. 3 IDRAW Statement=IDRAW_Statement
  144. 3 IPLOT Statement=IPLOT_Statement
  145. 3 RPLOT Statement=RPLOT_Statement
  146. 3 Arcs, Circles and Rectangles=Arcs_Circles_and_Rectangles
  147. 3 POLYGON and POLYLINE Statements=POLYGON_and_POLYLINE_Statements
  148. 3 RECTANGLE Statement=RECTANGLE_Statement
  149. 3 User Defined Symbols=User_Defined_Symbols
  150. 3 AREA Fill Styles and Colors=AREA_Fill_Styles_and_Colors
  151. 3 AREA Statement=AREA_Statement
  152. 3 FILL and EDGE Options=FILL_and_EDGE_Options
  153. 3 Array Specified Pen Control=Array_Specified_Pen_Control
  154. 3 AREA Color=AREA_Color
  155. 3 FILL and EDGE=FILL_and_EDGE
  156. 3 Graphics Rotation=Graphics_Rotation
  157. 3 PDIR Statement=PDIR_Statement
  158. 3 PIVOT Statement=PIVOT_Statement
  159. 3 Screen Raster Images=Screen_Raster_Images
  160. 3 Full Screen=Full_Screen
  161. 3 Screen Dumps=Screen_Dumps
  162. 3 DUMP ALPHA Statement=DUMP_ALPHA_Statement
  163. 3 DUMP GRAPHICS Statement=DUMP_GRAPHICS_Statement
  164. 3 DUMP DEVICE IS Statement=DUMP_DEVICE_IS_Statement
  165. 3 Partial Screen Dumps=Partial_Screen_Dumps
  166. 3 Graphics Devices=Graphics_Devices
  167. 3 PLOTTER IS Statement=PLOTTER_IS_Statement
  168. 3 GSEND Statement=GSEND_Statement
  169. 3 GRAPHICS INPUT IS Statement=GRAPHICS_INPUT_IS_Statement
  170. 3 READ LOCATOR Statement=READ_LOCATOR_Statement
  171. 3 SET LOCATOR Statement=SET_LOCATOR_Statement
  172. 3 WHERE Statement=WHERE_Statement
  173. 3 Tracking Graphics Input=Tracking_Graphics_Input
  174. 3 SET ECHO Statement=SET_ECHO_Statement
  175. 3 TRACK and DIGITIZE Statements=TRACK_and_DIGITIZE_Statements
  176. 3 Mixing Output and Input Devices=Mixing_Output_and_Input_Devices
  177. 3 Separate and Merged Alpha=Separate_and_Merged_Alpha
  178. 3 Merged Alpha=Merged_Alpha
  179. 3 Separate Alpha=Separate_Alpha
  180. 3 Porting Issues=Porting_Issues
  181. 3 Summary=Summary_3
  182. 2 Chapter 5 General Input and Output
  183. 3 General Input and Output=General_Input_and_Output
  184. 3 ASSIGN Statement=ASSIGN_Statement
  185. 3 Syntax=Syntax
  186. 3 Devices=Devices
  187. 3 Files=Files_1
  188. 3 Pipes=Pipes
  189. 3 Buffers=Buffers_1
  190. 3 Attributes=Attributes
  191. 3 FORMAT Options=FORMAT_Options
  192. 3 BYTE and WORD=BYTE_and_WORD
  193. 3 EOL=EOL
  194. 3 APPEND=APPEND
  195. 3 RETURN=RETURN
  196. 3 Closing an I/O Path=Closing_an_I_O_Path
  197. 3 OUTPUT Statement=OUTPUT_Statement
  198. 3 Numeric Items=Numeric_Items
  199. 3 String Items=String_Items
  200. 3 End of Line=End_of_Line
  201. 3 END=END
  202. 3 ENTER Statement=ENTER_Statement
  203. 3 Numeric Items=Numeric_Items_1
  204. 3 String Items=String_Items_1
  205. 3 Statement Termination=Statement_Termination
  206. 3 Formatted I/O=Formatted_I_O
  207. 3 IMAGE Interpretation=IMAGE_Interpretation
  208. 3 Syntax=Syntax_1
  209. 3 OUTPUT, etc.=OUTPUT_etc_
  210. 3 ENTER=ENTER
  211. 3 Creating Format Strings=Creating_Format_Strings
  212. 3 PRINT Examples=PRINT_Examples
  213. 3 ENTER Example=ENTER_Example
  214. 3 END=END_1
  215. 3 TRANSFER=TRANSFER
  216. 3 Examples=Examples_1
  217. 3 Support=Support
  218. 3 Buffers=Buffers_2
  219. 3 Transfer Type=Transfer_Type
  220. 3 Transfer Method=Transfer_Method
  221. 3 Transfer Termination=Transfer_Termination
  222. 3 ON EOR andON EOT=ON_EOR_and_ON_EOT
  223. 3 Termination=Termination
  224. 3 Hanging and Premature Termination=Hanging_and_Premature_Termination
  225. 3 Outbound TRANSFER=Outbound_TRANSFER
  226. 3 Inbound TRANSFER=Inbound_TRANSFER
  227. 3 STATUS, CONTROL, READIO and WRITEIO=STATUS_CONTROL_READIO_and_WRITEIO
  228. 3 CONTROL Statement=CONTROL_Statement
  229. 3 STATUS Statement and Function=STATUS_Statement_and_Function
  230. 3 Device I/O Path Registers=Device_I_O_Path_Registers
  231. 3 ASCII File I/O Path Registers=ASCII_File_I_O_Path_Registers
  232. 3 BDAT and Ordinary File I/O Path Registers=BDAT_and_Ordinary_File_I_O_Path_Registers
  233. 3 BUFFER I/O Path Registers=BUFFER_I_O_Path_Registers
  234. 3 Pipe I/O Path Registers=Pipe_I_O_Path_Registers
  235. 3 Interface Hardware Registers=Interface_Hardware_Registers
  236. 3 READIO Function=READIO_Function
  237. 3 WRITEIO Statement=WRITEIO_Statement
  238. 3 PEEK/POKE Memory=PEEK_POKE_Memory
  239. 3 IN/OUT Operations=IN_OUT_Operations
  240. 3 Locating a Numeric Variable=Locating_a_Numeric_Variable
  241. 3 Interrupts=Interrupts
  242. 3 ON INTR Statement=ON_INTR_Statement
  243. 3 OFF INTR Statement=OFF_INTR_Statement
  244. 3 Enabling and Disabling Interrupts=Enabling_and_Disabling_Interrupts
  245. 3 Interrupt Routines=Interrupt_Routines
  246. 3 Specialized I/O Statements=Specialized_I_O_Statements
  247. 3 READ/DATA Statements=READ_DATA_Statements
  248. 3 BEEP Statement=BEEP_Statement
  249. 3 Summary=Summary_4
  250. 2 Chapter 6 CRT, Keyboard and Printer
  251. 3 CRT, Keyboard and Printer=CRT_Keyboard_and_Printer
  252. 3 Display (CRT)=Display_CRT_
  253. 3 Display Organization=Display_Organization
  254. 3 OUTPUT CRT=OUTPUT_CRT
  255. 3 PRINT=PRINT
  256. 3 DISP Statement=DISP_Statement
  257. 3 PRINT and DISP Statements=PRINT_and_DISP_Statements
  258. 3 Display Functions=Display_Functions
  259. 3 CRT Related Statements=CRT_Related_Statements
  260. 3 CONTROL/STATUS CRT=CONTROL_STATUS_CRT
  261. 3 ENTER CRT=ENTER_CRT
  262. 3 Keyboard (KBD)=Keyboard_KBD_
  263. 3 ENTER KBD=ENTER_KBD
  264. 3 INPUT Statement=INPUT_Statement
  265. 3 LINPUT Statement=LINPUT_Statement
  266. 3 OUTPUT KBD=OUTPUT_KBD
  267. 3 Using a Printer=Using_a_Printer
  268. 3 The PRT function=The_PRT_function
  269. 3 The PRINTER IS device=The_PRINTER_IS_device
  270. 3 The PRINTALL IS device=The_PRINTALL_IS_device
  271. 3 CRT and KBD Registers=CRT_and_KBD_Registers
  272. 3 CRT CONTROL Registers=CRT_CONTROL_Registers
  273. 3 CRT STATUS Registers=CRT_STATUS_Registers
  274. 3 KBD CONTROL Registers=KBD_CONTROL_Registers
  275. 3 KBD STATUS Registers=KBD_STATUS_Registers
  276. 3 Summary=Summary_5
  277. 2 Chapter 7 Files
  278. 3 Files=Files
  279. 3 File Management Commands=File_Management_Commands
  280. 3 ASSIGN=ASSIGN
  281. 3 CAT=CAT
  282. 3 CHGRP and CHOWN=CHGRP_and_CHOWN
  283. 3 COPY=COPY
  284. 3 CREATE=CREATE
  285. 3 INITIALIZE=INITIALIZE
  286. 3 LINK=LINK
  287. 3 LOCK and UNLOCK=LOCK_and_UNLOCK
  288. 3 MASS STORAGE IS=MASS_STORAGE_IS
  289. 3 PERMIT=PERMIT
  290. 3 PRINT LABEL and READ LABEL=PRINT_LABEL_and_READ_LABEL
  291. 3 PROTECT=PROTECT
  292. 3 PURGE=PURGE
  293. 3 RENAME=RENAME
  294. 3 RESET=RESET
  295. 3 SYSTEM$("MSI")=SYSTEM_MSI_
  296. 3 WILDCARDS=WILDCARDS
  297. 3 File Types=File_Types
  298. 3 BDAT Files=BDAT_Files
  299. 3 ASCII Files=ASCII_Files
  300. 3 Ordinary Files=Ordinary_Files
  301. 3 File Organization=File_Organization
  302. 3 Sequential Files=Sequential_Files
  303. 3 Random Access Files=Random_Access_Files
  304. 3 Converting LIF ASCII files to DOS ASCII=Converting_LIF_ASCII_files_to_DOS_ASCII
  305. 3 Summary=Summary_6
  306. 2 Chapter 8 IEEE-488 Interface Bus
  307. 3 IEEE-488 Interface Bus=IEEE_488_Interface_Bus
  308. 3 IEEE-488 History=IEEE_488_History
  309. 3 IEEE-488 Overview=IEEE_488_Overview
  310. 3 Data Lines=Data_Lines
  311. 3 Handshake Lines=Handshake_Lines
  312. 3 Interface Management Lines=Interface_Management_Lines
  313. 3 Device Addresses=Device_Addresses
  314. 3 IEEE-488 Statement Overview=IEEE_488_Statement_Overview
  315. 3 High Level Transfer Statements=High_Level_Transfer_Statements
  316. 3 High Level Bus Control Statements=High_Level_Bus_Control_Statements
  317. 3 ABORT Statement=ABORT_Statement
  318. 3 CLEAR Statement=CLEAR_Statement
  319. 3 LOCAL Statement=LOCAL_Statement
  320. 3 LOCAL LOCKOUT Statement=LOCAL_LOCKOUT_Statement
  321. 3 PASS CONTROL Statement=PASS_CONTROL_Statement
  322. 3 PPOLL Function=PPOLL_Function
  323. 3 PPOLL CONFIGURE Statement=PPOLL_CONFIGURE_Statement
  324. 3 PPOLL RESPONSE Statement=PPOLL_RESPONSE_Statement
  325. 3 PPOLL UNCONFIGURE Statement=PPOLL_UNCONFIGURE_Statement
  326. 3 REMOTE Statement=REMOTE_Statement
  327. 3 REQUEST Statement=REQUEST_Statement
  328. 3 RESET Statement=RESET_Statement
  329. 3 SPOLL Function=SPOLL_Function
  330. 3 TRIGGER Statement=TRIGGER_Statement
  331. 3 Byte Level Transfer Statements=Byte_Level_Transfer_Statements
  332. 3 SEND Statement=SEND_Statement
  333. 3 OUTPUT and ENTER Statements=OUTPUT_and_ENTER_Statements
  334. 3 Low Level Bus Control Statements=Low_Level_Bus_Control_Statements
  335. 3 CONTROL and STATUS Statements=CONTROL_and_STATUS_Statements
  336. 3 READIO and WRITEIO Statements=READIO_and_WRITEIO_Statements
  337. 3 IEEE-488 Interrupts=IEEE_488_Interrupts
  338. 3 ON INTR Statement=ON_INTR_Statement_1
  339. 3 OFF INTR Statement=OFF_INTR_Statement_1
  340. 3 Enabling and Disabling Interrupts=Enabling_and_Disabling_Interrupts_1
  341. 3 Interrupt Enable Register Bit Mask=Interrupt_Enable_Register_Bit_Mask
  342. 3 Handling Service Requests=Handling_Service_Requests
  343. 3 Parallel Polling Devices=Parallel_Polling_Devices
  344. 3 IEEE-488 Registers=IEEE_488_Registers
  345. 3 IEEE-488 CONTROL Registers=IEEE_488_CONTROL_Registers
  346. 3 CONTROL 0=CONTROL_0
  347. 3 CONTROL 1=CONTROL_1
  348. 3 CONTROL 2=CONTROL_2
  349. 3 CONTROL 3=CONTROL_3
  350. 3 CONTROL 4=CONTROL_4
  351. 3 CONTROL 5=CONTROL_5
  352. 3 IEEE-488 STATUS Registers=IEEE_488_STATUS_Registers
  353. 3 STATUS 0=STATUS_0
  354. 3 STATUS 1=STATUS_1
  355. 3 STATUS 2=STATUS_2
  356. 3 STATUS 3=STATUS_3
  357. 3 STATUS 4=STATUS_4
  358. 3 STATUS 5=STATUS_5
  359. 3 STATUS 6=STATUS_6
  360. 3 STATUS 7=STATUS_7
  361. 3 9914 READIO Registers=9914_READIO_Registers
  362. 3 9914 READIO 1=9914_READIO_1
  363. 3 9914 READIO 3=9914_READIO_3
  364. 3 9914 READIO 5=9914_READIO_5
  365. 3 9914 READIO 17=9914_READIO_17
  366. 3 9914 READIO 19=9914_READIO_19
  367. 3 9914 READIO 21=9914_READIO_21
  368. 3 9914 READIO 23=9914_READIO_23
  369. 3 9914 READIO 29=9914_READIO_29
  370. 3 9914 READIO 31=9914_READIO_31
  371. 3 9914 WRITEIO Registers=9914_WRITEIO_Registers
  372. 3 9914 WRITEIO 3=9914_WRITEIO_3
  373. 3 9914 WRITEIO 17=9914_WRITEIO_17
  374. 3 9914 WRITEIO 19=9914_WRITEIO_19
  375. 3 9914 WRITEIO 23=9914_WRITEIO_23
  376. 3 9914 WRITEIO 25=9914_WRITEIO_25
  377. 3 9914 WRITEIO 27=9914_WRITEIO_27
  378. 3 9914 WRITEIO 29=9914_WRITEIO_29
  379. 3 9914 WRITEIO 31=9914_WRITEIO_31
  380. 3 7210 READIO Registers=7210_READIO_Registers
  381. 3 7210 READIO 1=7210_READIO_1
  382. 3 7210 READIO 3=7210_READIO_3
  383. 3 7210 READIO 5=7210_READIO_5
  384. 3 7210 READIO 18=7210_READIO_18
  385. 3 7210 READIO 20=7210_READIO_20
  386. 3 7210 READIO 22=7210_READIO_22
  387. 3 7210 READIO 24=7210_READIO_24
  388. 3 7210 READIO 26=7210_READIO_26
  389. 3 7210 READIO 28=7210_READIO_28
  390. 3 7210 READIO 30=7210_READIO_30
  391. 3 7210 READIO 32=7210_READIO_32
  392. 3 7210 WRITEIO Registers=7210_WRITEIO_Registers
  393. 3 7210 WRITEIO 3=7210_WRITEIO_3
  394. 3 7210 WRITEIO 18=7210_WRITEIO_18
  395. 3 7210 WRITEIO 20=7210_WRITEIO_20
  396. 3 7210 WRITEIO 22=7210_WRITEIO_22
  397. 3 7210 WRITEIO 24=7210_WRITEIO_24
  398. 3 7210 WRITEIO 26=7210_WRITEIO_26
  399. 3 7210 WRITEIO 28=7210_WRITEIO_28
  400. 3 7210 WRITEIO 30=7210_WRITEIO_30
  401. 3 7210 WRITEIO 32=7210_WRITEIO_32
  402. 3 Statement Bus Action Summary=Statement_Bus_Action_Summary
  403. 3 Summary=Summary_7
  404. 2 Chapter 9 Serial (RS-232) I/O
  405. 3 Serial (RS-232) I/O=Serial_RS_232_I_O
  406. 3 General I/O=General_I_O
  407. 3 Handshaking=Handshaking
  408. 3 ENTER Serial=ENTER_Serial
  409. 3 OUTPUT Serial=OUTPUT_Serial
  410. 3 Interrupt Support=Interrupt_Support
  411. 3 Connecting Devices to the Serial Interface=Connecting_Devices_to_the_Serial_Interface
  412. 3 "Standard" Cables=_Standard_Cables
  413. 3 Cabling From the Ground Up=Cabling_From_the_Ground_Up
  414. 3 Communication Parameters=Communication_Parameters
  415. 3 Data Formats=Data_Formats
  416. 3 Interface Status Errors=Interface_Status_Errors
  417. 3 RS-232: The Standard Non-Standard=RS_232_The_Standard_Non_Standard
  418. 3 The Standard=The_Standard
  419. 3 Pin Assignments for PC 25 and 9 pin connectors=Pin_Assignments_for_PC_25_and_9_pin_connectors
  420. 3 The Non-Standard=The_Non_Standard
  421. 3 Pin Assignments=Pin_Assignments
  422. 3 Serial Registers=Serial_Registers
  423. 3 Serial CONTROL Registers=Serial_CONTROL_Registers
  424. 3 CONTROL 0=CONTROL_0_1
  425. 3 CONTROL 1=CONTROL_1_1
  426. 3 CONTROL 2=CONTROL_2_1
  427. 3 CONTROL 3=CONTROL_3_1
  428. 3 CONTROL 4=CONTROL_4_1
  429. 3 CONTROL 5=CONTROL_5_1
  430. 3 CONTROL 6=CONTROL_6
  431. 3 CONTROL 7=CONTROL_7
  432. 3 CONTROL 8 to 11=CONTROL_8_to_11
  433. 3 CONTROL 12=CONTROL_12
  434. 3 CONTROL 13=CONTROL_13
  435. 3 CONTROL 14=CONTROL_14
  436. 3 CONTROL 100=CONTROL_100
  437. 3 Serial STATUS Registers=Serial_STATUS_Registers
  438. 3 STATUS 0=STATUS_0_1
  439. 3 STATUS 1=STATUS_1_1
  440. 3 STATUS 2=STATUS_2_1
  441. 3 STATUS 3=STATUS_3_1
  442. 3 STATUS 4=STATUS_4_1
  443. 3 STATUS 5=STATUS_5_1
  444. 3 STATUS 6=STATUS_6_1
  445. 3 STATUS 7=STATUS_7_1
  446. 3 STATUS 8=STATUS_8
  447. 3 STATUS 9=STATUS_9
  448. 3 STATUS 10=STATUS_10
  449. 3 STATUS 11=STATUS_11
  450. 3 STATUS 12=STATUS_12
  451. 3 STATUS 13=STATUS_13
  452. 3 STATUS 14=STATUS_14
  453. 3 STATUS 100=STATUS_100
  454. 3 STATUS 101=STATUS_101
  455. 3 Serial READIO & WRITEIO Registers=Serial_READIO_WRITEIO_Registers
  456. 3 WRITEIO 1=WRITEIO_1
  457. 3 WRITEIO 2=WRITEIO_2
  458. 3 WRITEIO 5=WRITEIO_5
  459. 3 WRITEIO 6=WRITEIO_6
  460. 3 WRITEIO 7=WRITEIO_7
  461. 3 WRITEIO 8=WRITEIO_8
  462. 3 WRITEIO 9=WRITEIO_9
  463. 3 WRITEIO 10=WRITEIO_10
  464. 3 WRITEIO 11=WRITEIO_11
  465. 3 WRITEIO 12=WRITEIO_12
  466. 3 WRITEIO 13=WRITEIO_13
  467. 3 WRITEIO 14=WRITEIO_14
  468. 3 Serial32 WRITEIO Only Registers=Serial32_WRITEIO_Only_Registers
  469. 3 WRITEIO 20=WRITEIO_20
  470. 3 Serial32 READIO Only Registers=Serial32_READIO_Only_Registers
  471. 3 READIO 30=READIO_30
  472. 3 READIO 31=READIO_31
  473. 3 READIO 32=READIO_32
  474. 3 READIO 33=READIO_33
  475. 3 Serial ENABLE INTR Mask=Serial_ENABLE_INTR_Mask
  476. 3 Summary=Summary_8
  477. 2 Chapter 10 Other I/O Destinations/Sources
  478. 3 Other I/O Destinations/Sources=Other_I_O_Destinations_Sources
  479. 3 I/O to Strings=I_O_to_Strings
  480. 3 OUTPUT to Strings=OUTPUT_to_Strings
  481. 3 ENTER from Strings=ENTER_from_Strings
  482. 3 Buffers=Buffers
  483. 3 BUFFER STATUS/CONTROL Registers=BUFFER_STATUS_CONTROL_Registers
  484. 3 The Processor Interface (32)=The_Processor_Interface_32_
  485. 3 STATUS 0=STATUS_0_2
  486. 3 STATUS 1=STATUS_1_2
  487. 3 STATUS 2=STATUS_2_2
  488. 3 STATUS 3=STATUS_3_2
  489. 3 STATUS 4=STATUS_32_4
  490. 3 STATUS 5=STATUS_5_2
  491. 3 Accessing Other Interfaces and Devices=Accessing_Other_Interfaces_and_Devices
  492. 3 Summary=Summary_9
  493. 2 Chapter 11 DLL Toolkit
  494. 3 DLL Toolkit=DLL_Toolkit
  495. 3 DLL GET=DLL_GET
  496. 3 DLL LOAD=DLL_LOAD
  497. 3 DLL READ=DLL_READ
  498. 3 DLL UNLOAD=DLL_UNLOAD
  499. 3 DLL WRITE=DLL_WRITE
  500. 3 LIST DLL=LIST_DLL
  501. 3 Export.h=Export_h
  502. 3 Gh_BasicWindow=Gh_BasicWindow
  503. 3 Disp=Disp
  504. 3 Signal=Signal
  505. 3 CheckInt=CheckInt
  506. 3 PutBuffer=PutBuffer
  507. 3 GetBuffer=GetBuffer
  508. 3 Interactive=Interactive
  509. 3 GetBasicEvents=GetBasicEvents
  510. 3 Registerthread=Registerthread
  511. 3 Unregisterthread=Unregisterthread
  512. 3 Summary=Summary_10
  513. 2 Chapter 12 International Language Support
  514. 3 International Language Support=International_Language_Support
  515. 3 Character Sets=Character_Sets
  516. 3 Latin-1=Latin_1
  517. 3 ISO-932 and Shift-JIS=ISO_932_and_Shift_JIS
  518. 3 Variable Names=Variable_Names_1
  519. 3 Attribute Character Conflict=Attribute_Character_Conflict
  520. 3 Lexical Order=Lexical_Order
  521. 3 Upper and Lowercase Conversions=Upper_and_Lowercase_Conversions
  522. 3 Japanese Character Conversions=Japanese_Character_Conversions
  523. 3 LABELCharacterSet=LABEL_Character_Set
  524. 3 Defining Your Own LABEL Characters=Defining_Your_Own_LABEL_Characters
  525. 3 Using LABELCHR.BAS=Using_LABELCHR_BAS
  526. 3 User-DefinedLexicalOrders=User_Defined_Lexical_Orders
  527. 3 Order Table=Order_Table
  528. 3 Special Case Table=Special_Case_Table
  529. 3 Ignore Characters=Ignore_Characters
  530. 3 2-to-1 Translation=2_to_1_Translation
  531. 3 1-to-2 Translation=1_to_2_Translation
  532. 3 Sub-Order Numbers=Sub_Order_Numbers
  533. 3 Putting User-Defined Rules Into Effect=Putting_User_Defined_Rules_Into_Effect
  534. 3 User-Defined UPC$/LWC$ Rules=User_Defined_UPC_LWC_Rules
  535. 3 Example Data Files=Example_Data_Files
  536. 3 Roman-8 Character Set Support=Roman_8_Character_Set_Support
  537. 3 Roman-8 Translation Program=Roman_8_Translation_Program
  538. 3 Display Font=Display_Font
  539. 3 Keyboard=Keyboard
  540. 3 LEXICAL ORDER=LEXICAL_ORDER_1
  541. 3 LABEL=LABEL
  542. 3 LEXICALORDER Tables=LEXICAL_ORDER_Tables
  543. 3 CharacterSetTables=Character_Set_Tables
  544. 3 Overview of the Shift-JIS Character Set=Overview_of_the_Shift_JIS_Character_Set
  545. 2 Glossary
  546. 3 Ancillary files=Ancillary_files
  547. 3 Angle=Angle
  548. 3 Array=Array
  549. 3 Array Name=Array_Name
  550. 3 ASCII file type=ASCII_file_type
  551. 3 Attributes=Attributes_1
  552. 3 BDAT file type=BDAT_file_type
  553. 3 Boolean Expression=Boolean_Expression
  554. 3 Child widget=Child_widget
  555. 3 Click=Click
  556. 3 COM Block=COM_Block
  557. 3 COM Block Name=COM_Block_Name
  558. 3 Common dialog attribute=Common_dialog_attribute
  559. 3 Common widget attribute=Common_widget_attribute
  560. 3 COMPLEX=COMPLEX
  561. 3 Container widget=Container_widget
  562. 3 Context=Context
  563. 3 Context-sensitive Help=Context_sensitive_Help
  564. 3 Device Selector=Device_Selector
  565. 3 Dialog=Dialog
  566. 3 DOS file type=DOS_file_type
  567. 3 Event=Event
  568. 3 Event-initiated Branching=Event_initiated_Branching
  569. 3 File Specifier=File_Specifier
  570. 3 Focus=Focus
  571. 3 Full Array Specifier=Full_Array_Specifier
  572. 3 Function Name=Function_Name
  573. 3 Help=Help
  574. 3 HPGL=HPGL
  575. 3 I/O PATH=I_O_PATH
  576. 3 Integer=Integer
  577. 3 Integer Array=Integer_Array
  578. 3 Interface Select Code=Interface_Select_Code
  579. 3 Level-0=Level_0
  580. 3 Level-0 widget=Level_0_widget
  581. 3 Line Label=Line_Label
  582. 3 Line Number=Line_Number
  583. 3 Local Variable=Local_Variable
  584. 3 LONG=LONG
  585. 3 Matrix=Matrix
  586. 3 Menu bar=Menu_bar
  587. 3 Notepad=Notepad
  588. 3 Numeric Array=Numeric_Array
  589. 3 Numeric Array Element=Numeric_Array_Element
  590. 3 Numeric Constant=Numeric_Constant
  591. 3 Numeric Expression=Numeric_Expression
  592. 3 Numeric Name=Numeric_Name
  593. 3 Operator=Operator
  594. 3 Ordinary file=Ordinary_file
  595. 3 Parent widget=Parent_widget
  596. 3 Path Specifier=Path_Specifier
  597. 3 Pen=Pen
  598. 3 Pen Number=Pen_Number
  599. 3 Pixel=Pixel
  600. 3 Pointer=Pointer
  601. 3 Precedence=Precedence
  602. 3 Primary Address=Primary_Address
  603. 3 Priority=Priority_1
  604. 3 PROG file type=PROG_file_type
  605. 3 Real=Real
  606. 3 Record Number=Record_Number
  607. 3 Resize border=Resize_border
  608. 3 Scientific Notation=Scientific_Notation
  609. 3 Screen Builder=Screen_Builder_users
  610. 3 Screen origin=Screen_origin
  611. 3 Sibling widgets=Sibling_widgets
  612. 3 Signal Number=Signal_Number
  613. 3 Softkey Macro=Softkey_Macro
  614. 3 STATIC=STATIC_1
  615. 3 String=String
  616. 3 String Array=String_Array
  617. 3 String Array Element=String_Array_Element
  618. 3 String Expression=String_Expression
  619. 3 String Literal=String_Literal
  620. 3 String Name=String_Name
  621. 3 Sub-string=Sub_string
  622. 3 Subprogram Name=Subprogram_Name
  623. 3 Subscript=Subscript
  624. 3 System font=System_font
  625. 3 Tab group=Tab_group
  626. 3 Title bar=Title_bar
  627. 3 Transient widget=Transient_widget
  628. 3 UNIX file type=UNIX_file_type
  629. 3 Variable Name=Variable_Name
  630. 3 Vector=Vector
  631. 3 Volume Label=Volume_Label
  632. 3 Volume Specifier=Volume_Specifier
  633. 3 Widget=Widget
  634. 3 Widget Management Software=Widget_Management_Software
  635. 3 Work Area=Work_Area
  636.