home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / CLIPPER / NFTROFF / XREFS.TR < prev   
Text File  |  1993-12-01  |  19KB  |  1,053 lines

  1. .de }n
  2. .bp
  3. .sp .5i
  4. ..
  5. .wh -.8i }n
  6. .sp .5i
  7. .po -.4i
  8. .ll 7.5i
  9. .ps 9
  10. .vs 9
  11. .in 0i
  12. .ps +2
  13. .vs +2
  14. Index of Nanforum Toolkit v2\.0 Library
  15. .ps -2
  16. .vs -2
  17. .sp
  18. .ta 1.28i 6.32i
  19. .br
  20. @\.\.\.PROMPT    Define a menu item for use with MENU TO    Menus/Prompts
  21. .br
  22. .ta
  23. .ta 1.28i 6.32i
  24. .br
  25. FT_AADDITION()    Add elements unique of source array to target array    Array
  26. .br
  27. .ta
  28. .ta 1.28i 6.32i
  29. .br
  30. FT_AAVG()    Average numeric values in an array    Array
  31. .br
  32. .ta
  33. .ta 1.28i 6.32i
  34. .br
  35. FT_ACCTADJ()    Adjust beginning or ending fiscal pd\. dates to acctg\. dates    Date/Time
  36. .br
  37. .ta
  38. .ta 1.28i 6.32i
  39. .br
  40. FT_ACCTMONTH()    Return accounting month data    Date/Time
  41. .br
  42. .ta
  43. .ta 1.28i 6.32i
  44. .br
  45. FT_ACCTQTR()    Return accounting quarter data    Date/Time
  46. .br
  47. .ta
  48. .ta 1.28i 6.32i
  49. .br
  50. FT_ACCTWEEK()    Return accounting week data    Date/Time
  51. .br
  52. .ta
  53. .ta 1.28i 6.32i
  54. .br
  55. FT_ACCTYEAR()    Return accounting year data    Date/Time
  56. .br
  57. .ta
  58. .ta 1.28i 6.32i
  59. .br
  60. FT_ACH2TB()    Replace ACHOICE() with a Tbrowse object    Menus/Prompts
  61. .br
  62. .ta
  63. .ta 1.28i 6.32i
  64. .br
  65. FT_ADAPTER()    Report the type of video adapter installed    Video
  66. .br
  67. .ta
  68. .ta 1.28i 6.32i
  69. .br
  70. FT_ADDER()    Pop up a simple calculator    Menus/Prompts
  71. .br
  72. .ta
  73. .ta 1.28i 6.32i
  74. .br
  75. FT_ADDWKDY()    Return true number of days to add given number of workdays    Date/Time
  76. .br
  77. .ta
  78. .ta 1.28i 6.32i
  79. .br
  80. FT_ADESSORT()    Sort an array in descending order    Array
  81. .br
  82. .ta
  83. .ta 1.28i 6.32i
  84. .br
  85. FT_AEMAXLEN()    Find longest element within an array    Array
  86. .br
  87. .ta
  88. .ta 1.28i 6.32i
  89. .br
  90. FT_AEMINLEN()    Find shortest element within an array    Array
  91. .br
  92. .ta
  93. .ta 1.28i 6.32i
  94. .br
  95. FT_ALT()    Determine status of the Alt key    Keyboard/Mouse
  96. .br
  97. .ta
  98. .ta 1.28i 6.32i
  99. .br
  100. FT_AMEDIAN()    Find middle value in array, or average of two middle values    Array
  101. .br
  102. .ta
  103. .ta 6.32i
  104. .br
  105. FT_ANOMATCHES() Find the number of array elements meeting a condition    Array
  106. .br
  107. .ta
  108. .ta 1.28i 6.32i
  109. .br
  110. FT_AREDIT()    2 dimensional array editing function using TBrowse    Array
  111. .br
  112. .ta
  113. .ta 1.28i 6.32i
  114. .br
  115. FT_ASUM()    Sum the elements of an array    Array
  116. .br
  117. .ta
  118. .ta 1.28i 6.32i
  119. .br
  120. FT_AT2()    Find position of the nth occurrence of a substring    String
  121. .br
  122. .ta
  123. .ta 1.28i 6.32i
  124. .br
  125. FT_BITCLR()    Clear (reset) selected bit in a byte    String
  126. .br
  127. .ta
  128. .ta 1.28i 6.32i
  129. .br
  130. FT_BITSET()    Set selected bit in a byte    String
  131. .br
  132. .ta
  133. .ta 1.28i 6.32i
  134. .br
  135. FT_BLINK()    Display a blinking message on the screen    Menus/Prompts
  136. .br
  137. .ta
  138. .ta 1.28i 6.32i
  139. .br
  140. FT_BRWSWHL()    Browse an indexed database limited to a while condition    Menus/Prompts
  141. .br
  142. .ta
  143. .ta 1.28i 6.32i
  144. .br
  145. FT_BYT2BIT()    Convert byte to string of 1\'s and 0\'s    Conversion
  146. .br
  147. .ta
  148. .ta 1.28i 6.32i
  149. .br
  150. FT_BYT2HEX()    Convert byte to hexadecimal version of its binary value    Conversion
  151. .br
  152. .ta
  153. .ta 1.28i 6.32i
  154. .br
  155. FT_BYTEAND()    Perform bit-wise AND on two ASCII characters (bytes)    String
  156. .br
  157. .ta
  158. .ta 1.28i 6.32i
  159. .br
  160. FT_BYTENEG()    Perform bit-wise negation on an ASCII character    String
  161. .br
  162. .ta
  163. .ta 1.28i 6.32i
  164. .br
  165. FT_BYTENOT()    Perform bit-wise NOT on an ASCII character (byte)    String
  166. .br
  167. .ta
  168. .ta 1.28i 6.32i
  169. .br
  170. FT_BYTEOR()    Perform bit-wise OR on two ASCII characters (bytes)    String
  171. .br
  172. .ta
  173. .ta 1.28i 6.32i
  174. .br
  175. FT_BYTEXOR()    Perform bit-wise XOR on two ASCII characters (bytes)    String
  176. .br
  177. .ta
  178. .ta 1.28i 6.32i
  179. .br
  180. FT_CALENDAR()    Display date/time calendar, find a date, return calendar dat    Date/Time
  181. .br
  182. .ta
  183. .ta 1.28i 6.32i
  184. .br
  185. FT_CAPLOCK()    Determine and optionally change the status of CapLock key    Keyboard/Mouse
  186. .br
  187. .ta
  188. .ta 1.28i 6.32i
  189. .br
  190. FT_CHDIR()    Change the current directory    DOS/BIOS
  191. .br
  192. .ta
  193. .ta 1.28i 6.32i
  194. .br
  195. FT_CIV2MIL()    Convert usual civilian format time to military time\.    Date/Time
  196. .br
  197. .ta
  198. .ta 1.28i 6.32i
  199. .br
  200. FT_CLRSEL()    User Selectable Colour Routine    Menus/Prompts
  201. .br
  202. .ta
  203. .ta 1.28i 6.32i
  204. .br
  205. FT_CLS()    Clear screen    Video
  206. .br
  207. .ta
  208. .ta 1.28i 6.32i
  209. .br
  210. FT_COM3OR4()    Enable use of COM3 and/or COM4 on IBM/PC compatables\.    Environment
  211. .br
  212. .ta
  213. .ta 1.28i 6.32i
  214. .br
  215. FT_CTRL()    Determine status of the Ctrl key    Keyboard/Mouse
  216. .br
  217. .ta
  218. .ta 1.28i 6.32i
  219. .br
  220. FT_D2E()    Convert decimal to scientific notation    Conversion
  221. .br
  222. .ta
  223. .ta 1.28i 6.32i
  224. .br
  225. FT_DATECNFG()    Set beginning of year/week for FT_ date functions    Date/Time
  226. .br
  227. .ta
  228. .ta 1.28i 6.32i
  229. .br
  230. FT_DAYOFYR()    Return calendar, fiscal or accounting day data    Date/Time
  231. .br
  232. .ta
  233. .ta 1.28i 6.32i
  234. .br
  235. FT_DAYTOBOW()    Calculate no\. of days between date and beginning of week    Date/Time
  236. .br
  237. .ta
  238. .ta 1.28i 6.32i
  239. .br
  240. FT_DEC2BIN()    Convert decimal to binary    Conversion
  241. .br
  242. .ta
  243. .ta 1.28i 6.32i
  244. .br
  245. FT_DEFAULT()    Retrieve and optionally change the current default drive    DOS/BIOS
  246. .br
  247. .ta
  248. .ta 1.28i 6.32i
  249. .br
  250. FT_DFCLOSE()    Close file displayed by FT_DISPFILE()    File I/O
  251. .br
  252. .ta
  253. .ta 1.28i 6.32i
  254. .br
  255. FT_DFSETUP()    Set up parameters for FT_DISPFILE()    File I/O
  256. .br
  257. .ta
  258. .ta 1.28i 6.32i
  259. .br
  260. FT_DIR2DB()    Create \.DBF of directory files, using DOS filespec    Environment
  261. .br
  262. .ta
  263. .ta 1.28i 6.32i
  264. .br
  265. FT_DISPFILE()    Browse a text file    File I/O
  266. .br
  267. .ta
  268. .ta 1.28i 6.32i
  269. .br
  270. FT_DISPMSG()    Display a message and optionally waits for a keypress    Menus/Prompts
  271. .br
  272. .ta
  273. .ta 1.28i 6.32i
  274. .br
  275. FT_DOSVER    Return the current DOS major and minor version as a string    DOS/BIOS
  276. .br
  277. .ta
  278. .ta 1.28i 6.32i
  279. .br
  280. FT_DOY()    Find number of day within year    Date/Time
  281. .br
  282. .ta
  283. .ta 1.28i 6.32i
  284. .br
  285. FT_DSKFREE()    Return the amount of available disk space    DOS/BIOS
  286. .br
  287. .ta
  288. .ta 1.28i 6.32i
  289. .br
  290. FT_DSKSIZE()    Return the maximum capacity of a fixed disk    DOS/BIOS
  291. .br
  292. .ta
  293. .ta 1.28i 6.32i
  294. .br
  295. FT_E2D()    Convert scientific notation string to a decimal    Conversion
  296. .br
  297. .ta
  298. .ta 1.28i 6.32i
  299. .br
  300. FT_EASTER()    Return the date of Easter    Date/Time
  301. .br
  302. .ta
  303. .ta 1.28i 6.32i
  304. .br
  305. FT_ELAPMIN()    Return difference, in minutes, between two mil format times\.    Date/Time
  306. .br
  307. .ta
  308. .ta 1.28i 6.32i
  309. .br
  310. FT_ELAPSED()    Return elapsed time between two days and/or times    Date/Time
  311. .br
  312. .ta
  313. .ta 1.28i 6.32i
  314. .br
  315. FT_ELTIME()    Compute difference between times in hours, minutes, seconds\.    Date/Time
  316. .br
  317. .ta
  318. .ta 1.28i 6.32i
  319. .br
  320. FT_ENDCAP()    Cancel a specific NetWare print queue capture    NetWare
  321. .br
  322. .ta
  323. .ta 1.28i 6.32i
  324. .br
  325. FT_ESCCODE()    Convert Lotus style escape codes    Conversion
  326. .br
  327. .ta
  328. .ta 1.28i 6.32i
  329. .br
  330. FT_EXIST()    Test for existence of drive and/or subdirectory    Environment
  331. .br
  332. .ta
  333. .ta 1.28i 6.32i
  334. .br
  335. FT_FDAY()    Return first day of the month    Date/Time
  336. .br
  337. .ta
  338. .ta 1.28i 6.32i
  339. .br
  340. FT_FDEC()    Return the number of decimals in a numeric (type "N") field\.    Database
  341. .br
  342. .ta
  343. .ta 1.28i 6.32i
  344. .br
  345. FT_FEMPTY()    Determine if a field is empty, i\.e\., contains no value\.    Database
  346. .br
  347. .ta
  348. .ta 1.28i 6.32i
  349. .br
  350. FT_FEOF()    Determine when end of text file is encountered    File I/O
  351. .br
  352. .ta
  353. .ta 1.28i 6.32i
  354. .br
  355. FT_FEXIST()    Check for the existence of a field\.    Database
  356. .br
  357. .ta
  358. .ta 1.28i 6.32i
  359. .br
  360. FT_FGOBOT()    Go to the last record in a text file    File I/O
  361. .br
  362. .ta
  363. .ta 1.28i 6.32i
  364. .br
  365. FT_FGOTO()    Move record pointer to specific record in a text file    File I/O
  366. .br
  367. .ta
  368. .ta 1.28i 6.32i
  369. .br
  370. FT_FGOTOP()    Go to the first record in a text file    File I/O
  371. .br
  372. .ta
  373. .ta 1.28i 6.32i
  374. .br
  375. FT_FILL()    Declare menu options for FT_MENU1()    Menus/Prompts
  376. .br
  377. .ta
  378. .ta 1.28i 6.32i
  379. .br
  380. FT_FINDITH()    Find the "ith" occurrence of a substring within a string    String
  381. .br
  382. .ta
  383. .ta 1.28i 6.32i
  384. .br
  385. FT_FLASTREC()    Determine the no\. of records in the currently selected text    File I/O
  386. .br
  387. .ta
  388. .ta 1.28i 6.32i
  389. .br
  390. FT_FLEN()    Return a field\'s length\.    Database
  391. .br
  392. .ta
  393. .ta 1.28i 6.32i
  394. .br
  395. FT_FLOPTST()    Test diskette drive status    DOS/BIOS
  396. .br
  397. .ta
  398. .ta 1.28i 6.32i
  399. .br
  400. FT_FNUM()    Return a field\'s ordinal position given the field name\.    Database
  401. .br
  402. .ta
  403. .ta 1.28i 6.32i
  404. .br
  405. FT_FPLACE()    Write a new value to a field\.    Database
  406. .br
  407. .ta
  408. .ta 1.28i 6.32i
  409. .br
  410. FT_FREADLN()    Read a line from the currently selected text file    File I/O
  411. .br
  412. .ta
  413. .ta 1.28i 6.32i
  414. .br
  415. FT_FRECNO()    Return the current record number of a text file    File I/O
  416. .br
  417. .ta
  418. .ta 1.28i 6.32i
  419. .br
  420. FT_FSELECT()    Select a text file workarea    File I/O
  421. .br
  422. .ta
  423. .ta 1.28i 6.32i
  424. .br
  425. FT_FSKIP()    Move the record pointer to a new position in a text file    File I/O
  426. .br
  427. .ta
  428. .ta 1.28i 6.32i
  429. .br
  430. FT_FTYPE()    Return a field\'s type, given field name or ordinal position    Database
  431. .br
  432. .ta
  433. .ta 1.28i 6.32i
  434. .br
  435. FT_FUSE()    Open or close a text file for use by the FT_F* functions    File I/O
  436. .br
  437. .ta
  438. .ta 1.28i 6.32i
  439. .br
  440. FT_FVAL()    Return the value of a field\.    Database
  441. .br
  442. .ta
  443. .ta 1.28i 6.32i
  444. .br
  445. FT_FVALLEN()    Return the length of the value in a field\.    Database
  446. .br
  447. .ta
  448. .ta 1.28i 6.32i
  449. .br
  450. FT_GCD()    Calculate greatest common divisor of two numbers    Math
  451. .br
  452. .ta
  453. .ta 1.28i 6.32i
  454. .br
  455. FT_GETE()    Return the entire current environment    Environment
  456. .br
  457. .ta
  458. .ta 1.28i 6.32i
  459. .br
  460. FT_GETMODE()    Get the video mode    Video
  461. .br
  462. .ta
  463. .ta 1.28i 6.32i
  464. .br
  465. FT_GETVCUR()    Return info about the cursor on a specified video page    Video
  466. .br
  467. .ta
  468. .ta 1.28i 6.32i
  469. .br
  470. FT_GETVPG()    Get the currently selected video page    Video
  471. .br
  472. .ta
  473. .ta 1.28i 6.32i
  474. .br
  475. FT_HANDCNT()    Count number of available DOS (not network) file handles    DOS/BIOS
  476. .br
  477. .ta
  478. .ta 1.28i 6.32i
  479. .br
  480. FT_HEX2DEC()    Convert a hex number to decimal    Conversion
  481. .br
  482. .ta
  483. .ta 1.28i 6.32i
  484. .br
  485. FT_INP()    Retrieve a byte from a specified I/O port    DOS/BIOS
  486. .br
  487. .ta
  488. .ta 1.28i 6.32i
  489. .br
  490. FT_INT86()    Execute a software interrupt    DOS/BIOS
  491. .br
  492. .ta
  493. .ta 1.28i 6.32i
  494. .br
  495. FT_INVCLR()    Get the inverse of a color    Conversion
  496. .br
  497. .ta
  498. .ta 1.28i 6.32i
  499. .br
  500. FT_ISBIT()    Test the status of an individual bit    String
  501. .br
  502. .ta
  503. .ta 1.28i 6.32i
  504. .br
  505. FT_ISBITON()    Determine the state of individual bits in a number    String
  506. .br
  507. .ta
  508. .ta 1.28i 6.32i
  509. .br
  510. FT_ISPRINT()    Check printer status    DOS/BIOS
  511. .br
  512. .ta
  513. .ta 1.28i 6.32i
  514. .br
  515. FT_ISSHARE()    Determine if DOS "Share" is installed    DOS/BIOS
  516. .br
  517. .ta
  518. .ta 1.28i 6.32i
  519. .br
  520. FT_LDAY()    Return last day of the month    Date/Time
  521. .br
  522. .ta
  523. .ta 1.28i 6.32i
  524. .br
  525. FT_LINKED()    Determine if a function was linked in    Environment
  526. .br
  527. .ta
  528. .ta 1.28i 6.32i
  529. .br
  530. FT_LOGOUT()    Logout from all currently connected NetWare file servers    NetWare
  531. .br
  532. .ta
  533. .ta 1.28i 6.32i
  534. .br
  535. FT_MADD()    Add or subtract months to/from a date    Date/Time
  536. .br
  537. .ta
  538. .ta 1.28i 6.32i
  539. .br
  540. FT_MBUTPRS()    Retrieve button press status    Keyboard/Mouse
  541. .br
  542. .ta
  543. .ta 1.28i 6.32i
  544. .br
  545. FT_MBUTREL()    Get mouse button release information    Keyboard/Mouse
  546. .br
  547. .ta
  548. .ta 1.28i 6.32i
  549. .br
  550. FT_MCURSOR()    Set the mouse cursor    Keyboard/Mouse
  551. .br
  552. .ta
  553. .ta 1.28i 6.32i
  554. .br
  555. FT_MDBLCLK()    Return true if a double click was detected    Keyboard/Mouse
  556. .br
  557. .ta
  558. .ta 1.28i 6.32i
  559. .br
  560. FT_MDEFCRS()    Define the mouse cursor    Keyboard/Mouse
  561. .br
  562. .ta
  563. .ta 1.28i 6.32i
  564. .br
  565. FT_MENU1()    Pulldown menu system    Menus/Prompts
  566. .br
  567. .ta
  568. .ta 1.28i 6.32i
  569. .br
  570. FT_MENU2()    Vertical lightbar menu    Menus/Prompts
  571. .br
  572. .ta
  573. .ta 1.28i 6.32i
  574. .br
  575. FT_MENUTO()    Execute light bar menu using prompts created with FT_PROMPT(    Menus/Prompts
  576. .br
  577. .ta
  578. .ta 1.28i 6.32i
  579. .br
  580. FT_METAPH()    Convert a character string to MetaPhone format    String
  581. .br
  582. .ta
  583. .ta 1.28i 6.32i
  584. .br
  585. FT_MGETPOS()    Get mouse cursor position and button status    Keyboard/Mouse
  586. .br
  587. .ta
  588. .ta 1.28i 6.32i
  589. .br
  590. FT_MGETX()    Get mouse cursor row position    Keyboard/Mouse
  591. .br
  592. .ta
  593. .ta 1.28i 6.32i
  594. .br
  595. FT_MGETY()    Get mouse cursor column position    Keyboard/Mouse
  596. .br
  597. .ta
  598. .ta 1.28i 6.32i
  599. .br
  600. FT_MHIDECRS()    Decrement internal mouse cursor flag and hide mouse cursor    Keyboard/Mouse
  601. .br
  602. .ta
  603. .ta 1.28i 6.32i
  604. .br
  605. FT_MIL2CIV()    Convert time in military format to civilian format\.    Date/Time
  606. .br
  607. .ta
  608. .ta 1.28i 6.32i
  609. .br
  610. FT_MIL2MIN()    Convert time in military format to number of minute of day\.    Date/Time
  611. .br
  612. .ta
  613. .ta 1.28i 6.32i
  614. .br
  615. FT_MIN2DHM()    Convert numeric minutes to days, hours and minutes\.    Date/Time
  616. .br
  617. .ta
  618. .ta 1.28i 6.32i
  619. .br
  620. FT_MIN2MIL()    Convert minute of day to military format time\.    Date/Time
  621. .br
  622. .ta
  623. .ta 1.28i 6.32i
  624. .br
  625. FT_MINREGION()    Test if the mouse cursor is in the passed region    Keyboard/Mouse
  626. .br
  627. .ta
  628. .ta 1.28i 6.32i
  629. .br
  630. FT_MKDIR()    Create a subdirectory    DOS/BIOS
  631. .br
  632. .ta
  633. .ta 1.28i 6.32i
  634. .br
  635. FT_MMICKEYS()    Get mickeys    Keyboard/Mouse
  636. .br
  637. .ta
  638. .ta 1.28i 6.32i
  639. .br
  640. FT_MONTH()    Return Calendar or Fiscal Month Data    Date/Time
  641. .br
  642. .ta
  643. .ta 1.28i 6.32i
  644. .br
  645. FT_MRESET()    Reset mouse driver and return status of mouse    Keyboard/Mouse
  646. .br
  647. .ta
  648. .ta 1.28i 6.32i
  649. .br
  650. FT_MSETPOS()    Position the mouse cursor    Keyboard/Mouse
  651. .br
  652. .ta
  653. .ta 1.28i 6.32i
  654. .br
  655. FT_MSHOWCRS()    Increment internal cursor flag and display mouse cursor    Keyboard/Mouse
  656. .br
  657. .ta
  658. .ta 1.28i 6.32i
  659. .br
  660. FT_MXLIMIT()    Set vertical bounds of mouse travel    Keyboard/Mouse
  661. .br
  662. .ta
  663. .ta 1.28i 6.32i
  664. .br
  665. FT_MYLIMIT()    Set horizontal bounds of mouse travel    Keyboard/Mouse
  666. .br
  667. .ta
  668. .ta 1.28i 6.32i
  669. .br
  670. FT_NETPV()    Calculate net present value    Math
  671. .br
  672. .ta
  673. .ta 1.28i 6.32i
  674. .br
  675. FT_NOOCCUR()    Find the number of times one string occurs in another    String
  676. .br
  677. .ta
  678. .ta 1.28i 6.32i
  679. .br
  680. FT_NOVDMP2()    Determine Novell server\'s dynamic memory area 2 availability    NetWare
  681. .br
  682. .ta
  683. .ta 1.28i 6.32i
  684. .br
  685. FT_NOVPURGE()    Purge all deleted files on a Novell server    NetWare
  686. .br
  687. .ta
  688. .ta 1.28i 6.32i
  689. .br
  690. FT_NTOW()    Translate numeric value to words    Conversion
  691. .br
  692. .ta
  693. .ta 1.28i 6.32i
  694. .br
  695. FT_NUMLOCK()    Return status of NumLock key    Keyboard/Mouse
  696. .br
  697. .ta
  698. .ta 1.28i 6.32i
  699. .br
  700. FT_NWLSTAT()    Return the current Novell NetWare logical station number    NetWare
  701. .br
  702. .ta
  703. .ta 6.32i
  704. .br
  705. FT_NWSEMCLOSE() Close a NetWare semaphore    NetWare
  706. .br
  707. .ta
  708. .ta 1.28i 6.32i
  709. .br
  710. FT_NWSEMEX()    Examine a NetWare semaphore\'s value and open count    NetWare
  711. .br
  712. .ta
  713. .ta 1.28i 6.32i
  714. .br
  715. FT_NWSEMLOCK()    Perform a semaphore "lock"    NetWare
  716. .br
  717. .ta
  718. .ta 1.28i 6.32i
  719. .br
  720. FT_NWSEMOPEN()    Open or create a NetWare semaphore    NetWare
  721. .br
  722. .ta
  723. .ta 1.28i 6.32i
  724. .br
  725. FT_NWSEMSIG()    Signal a NetWare semaphore (increment)    NetWare
  726. .br
  727. .ta
  728. .ta 1.28i 6.32i
  729. .br
  730. FT_NWSEMWAIT()    Wait on a NetWare semaphore (decrement)    NetWare
  731. .br
  732. .ta
  733. .ta 1.28i 6.32i
  734. .br
  735. FT_NWUID()    Return the current Novell NetWare User ID    NetWare
  736. .br
  737. .ta
  738. .ta 1.28i 6.32i
  739. .br
  740. FT_ORIGIN()    Report the drive, path and filename of the executing program    Environment
  741. .br
  742. .ta
  743. .ta 1.28i 6.32i
  744. .br
  745. FT_OUTP()    Write a byte to a specified I/O port    DOS/BIOS
  746. .br
  747. .ta
  748. .ta 1.28i 6.32i
  749. .br
  750. FT_PCHR()    Convert printer control codes    String
  751. .br
  752. .ta
  753. .ta 1.28i 6.32i
  754. .br
  755. FT_PEEK()    Retrieve a byte from a specified memory location\.    DOS/BIOS
  756. .br
  757. .ta
  758. .ta 1.28i 6.32i
  759. .br
  760. FT_PEGS()    FT_PEGS GAME (all work and no play\.\.\.)    Game
  761. .br
  762. .ta
  763. .ta 1.28i 6.32i
  764. .br
  765. FT_PENDING()    Display same-line pending messages after a wait\.    Menus/Prompts
  766. .br
  767. .ta
  768. .ta 1.28i 6.32i
  769. .br
  770. FT_PFLUSH()    Flush a NetWare capture buffer    NetWare
  771. .br
  772. .ta
  773. .ta 1.28i 6.32i
  774. .br
  775. FT_PICKDAY()    Picklist of days of week    Menus/Prompts
  776. .br
  777. .ta
  778. .ta 1.28i 6.32i
  779. .br
  780. FT_POKE()    Write a byte to a specified memory location    DOS/BIOS
  781. .br
  782. .ta
  783. .ta 1.28i 6.32i
  784. .br
  785. FT_PROMPT()    Define a menu item for use with FT_MENUTO()    Menus/Prompts
  786. .br
  787. .ta
  788. .ta 1.28i 6.32i
  789. .br
  790. FT_PROPER()    Convert a string to proper-name case    String
  791. .br
  792. .ta
  793. .ta 1.28i 6.32i
  794. .br
  795. FT_PRTSCR()    Enable or disable the Print Screen key    Keyboard/Mouse
  796. .br
  797. .ta
  798. .ta 1.28i 6.32i
  799. .br
  800. FT_PUTKEY()    Stuff a keystroke into the keyboard buffer    Keyboard/Mouse
  801. .br
  802. .ta
  803. .ta 1.28i 6.32i
  804. .br
  805. FT_QTR()    Return Calendar or Fiscal Quarter Data\.    Date/Time
  806. .br
  807. .ta
  808. .ta 1.28i 6.32i
  809. .br
  810. FT_RAND1()    Generate a random number    Math
  811. .br
  812. .ta
  813. .ta 1.28i 6.32i
  814. .br
  815. FT_REBOOT()    Force a warm or cold boot    DOS/BIOS
  816. .br
  817. .ta
  818. .ta 1.28i 6.32i
  819. .br
  820. FT_RESTARR()    Restore a Clipper array from a disc file    Array
  821. .br
  822. .ta
  823. .ta 1.28i 6.32i
  824. .br
  825. FT_RESTATT()    Restore the attribute bytes of a specified screen region\.    Video
  826. .br
  827. .ta
  828. .ta 1.28i 6.32i
  829. .br
  830. FT_RESTSETS()    Restore status of all SET command settings    Environment
  831. .br
  832. .ta
  833. .ta 1.28i 6.32i
  834. .br
  835. FT_REVATTR()    Reverse colors of specified screen coordinates    Video
  836. .br
  837. .ta
  838. .ta 1.28i 6.32i
  839. .br
  840. FT_REVCHR()    Reverse the color of a single character on the screen    Video
  841. .br
  842. .ta
  843. .ta 1.28i 6.32i
  844. .br
  845. FT_RGNSTACK()    Push or pop a saved screen region on or off the stack    Video
  846. .br
  847. .ta
  848. .ta 1.28i 6.32i
  849. .br
  850. FT_RMDIR()    Delete a subdirectory    DOS/BIOS
  851. .br
  852. .ta
  853. .ta 1.28i 6.32i
  854. .br
  855. FT_ROUND()    Rounds a number to a specific place    Math
  856. .br
  857. .ta
  858. .ta 1.28i 6.32i
  859. .br
  860. FT_RSTRGN()    Restore region of the screen saved with FT_SAVRGN()    Video
  861. .br
  862. .ta
  863. .ta 1.28i 6.32i
  864. .br
  865. FT_SAVEARR()    Save Clipper array to a disc file\.    Array
  866. .br
  867. .ta
  868. .ta 1.28i 6.32i
  869. .br
  870. FT_SAVEATT()    Save the attribute bytes of a specified screen region\.    Video
  871. .br
  872. .ta
  873. .ta 1.28i 6.32i
  874. .br
  875. FT_SAVESETS()    Save the status of all the SET command settings    Environment
  876. .br
  877. .ta
  878. .ta 1.28i 6.32i
  879. .br
  880. FT_SAVRGN()    Save a screen region for later display    Video
  881. .br
  882. .ta
  883. .ta 1.28i 6.32i
  884. .br
  885. FT_SCANCODE()    Wait for keypress and return keyboard scan code    Keyboard/Mouse
  886. .br
  887. .ta
  888. .ta 1.28i 6.32i
  889. .br
  890. FT_SETATTR()    Change color attributes of screen region    Video
  891. .br
  892. .ta
  893. .ta 6.32i
  894. .br
  895. FT_SETCENTURY() Check/Set the CENTURY Setting    Environment
  896. .br
  897. .ta
  898. .ta 1.28i 6.32i
  899. .br
  900. FT_SETDATE()    Set the DOS system date    DOS/BIOS
  901. .br
  902. .ta
  903. .ta 1.28i 6.32i
  904. .br
  905. FT_SETMODE()    Set the video mode    Video
  906. .br
  907. .ta
  908. .ta 1.28i 6.32i
  909. .br
  910. FT_SETRATE()    Set the keyboard delay and repeat rate on PC/AT & PS/2    Keyboard/Mouse
  911. .br
  912. .ta
  913. .ta 1.28i 6.32i
  914. .br
  915. FT_SETTIME()    Set the DOS system time    DOS/BIOS
  916. .br
  917. .ta
  918. .ta 1.28i 6.32i
  919. .br
  920. FT_SETVCUR()    Set the cursor position on a specified video page    Video
  921. .br
  922. .ta
  923. .ta 1.28i 6.32i
  924. .br
  925. FT_SETVPG()    Set the current video page    Video
  926. .br
  927. .ta
  928. .ta 1.28i 6.32i
  929. .br
  930. FT_SHADOW()    Draw a non-destructive shadow on the screen    Video
  931. .br
  932. .ta
  933. .ta 1.28i 6.32i
  934. .br
  935. FT_SHIFT()    Determine status of shift key    Keyboard/Mouse
  936. .br
  937. .ta
  938. .ta 1.28i 6.32i
  939. .br
  940. FT_SINKEY()    Replacement for INKEY() that tests for SET KEY procedures    Keyboard/Mouse
  941. .br
  942. .ta
  943. .ta 1.28i 6.32i
  944. .br
  945. FT_SQZN()    Compress a numeric value into a character string    Conversion
  946. .br
  947. .ta
  948. .ta 1.28i 6.32i
  949. .br
  950. FT_STOD()    Convert a date string to a Clipper date data type    Conversion
  951. .br
  952. .ta
  953. .ta 1.28i 6.32i
  954. .br
  955. FT_SYS2MIL()    Convert system time to military time format\.    Date/Time
  956. .br
  957. .ta
  958. .ta 1.28i 6.32i
  959. .br
  960. FT_SYSMEM()    Determine the amount of conventional memory installed    DOS/BIOS
  961. .br
  962. .ta
  963. .ta 1.28i 6.32i
  964. .br
  965. FT_TEMPFIL()    Create a file with a unique name    DOS/BIOS
  966. .br
  967. .ta
  968. .ta 1.28i 6.32i
  969. .br
  970. FT_TREE()    Locate all directories and subdirectories on a drive    Environment
  971. .br
  972. .ta
  973. .ta 1.28i 6.32i
  974. .br
  975. FT_TTSABORT()    Abort explicit and implicit NetWare TTS transactions    NetWare
  976. .br
  977. .ta
  978. .ta 1.28i 6.32i
  979. .br
  980. FT_TTSAVAIL()    Check whether default Novell file server supports TTS    NetWare
  981. .br
  982. .ta
  983. .ta 1.28i 6.32i
  984. .br
  985. FT_TTSBEGIN()    Begin explicit transaction under NetWare\'s TTS    NetWare
  986. .br
  987. .ta
  988. .ta 1.28i 6.32i
  989. .br
  990. FT_TTSEND()    End explicit or implicit transaction under NetWare\'s TTS    NetWare
  991. .br
  992. .ta
  993. .ta 1.28i 6.32i
  994. .br
  995. FT_TTSSTAT()    Verify if TTS transaction has been written to disk    NetWare
  996. .br
  997. .ta
  998. .ta 1.28i 6.32i
  999. .br
  1000. FT_UNSQZN()    Uncompress a numeric compressed by FT_SQZN()    Conversion
  1001. .br
  1002. .ta
  1003. .ta 1.28i 6.32i
  1004. .br
  1005. FT_VIDSTR()    Display string on screen in specified attribute    Video
  1006. .br
  1007. .ta
  1008. .ta 1.28i 6.32i
  1009. .br
  1010. FT_WEEK()    Return calendar or fiscal week data    Date/Time
  1011. .br
  1012. .ta
  1013. .ta 1.28i 6.32i
  1014. .br
  1015. FT_WHEREIS()    Locate all occurrences of a filespec on a drive    Environment
  1016. .br
  1017. .ta
  1018. .ta 1.28i 6.32i
  1019. .br
  1020. FT_WORKDAYS()    Return number of work days between two dates    Date/Time
  1021. .br
  1022. .ta
  1023. .ta 1.28i 6.32i
  1024. .br
  1025. FT_WOY()    Find number of week within year    Date/Time
  1026. .br
  1027. .ta
  1028. .ta 1.28i 6.32i
  1029. .br
  1030. FT_WRTCHR()    Display character on screen    Video
  1031. .br
  1032. .ta
  1033. .ta 1.28i 6.32i
  1034. .br
  1035. FT_XBOX()    Display a self-sizing message box and message    Menus/Prompts
  1036. .br
  1037. .ta
  1038. .ta 1.28i 6.32i
  1039. .br
  1040. FT_XTOY()    Convert from any data type to any other data type    Conversion
  1041. .br
  1042. .ta
  1043. .ta 1.28i 6.32i
  1044. .br
  1045. FT_YEAR()    Return calendar or fiscal year data    Date/Time
  1046. .br
  1047. .ta
  1048. .ta 1.28i 6.32i
  1049. .br
  1050. MENU TO    Execute light bar menu using prompts created with @\.\.\.PROMPT    Menus/Prompts
  1051. .br
  1052. .ta
  1053.