home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Product / Product.zip / WORDPRO6.EXE / MACTOKEN.SAZ / MACTOKEN.SAM
INI File  |  1995-10-28  |  35KB  |  1,751 lines

  1. [ver]
  2.     4
  3. [sty]
  4.     
  5. [files]
  6. [charset]
  7.     82
  8.     ANSI (Windows, IBM CP 1252)
  9. [revisions]
  10.     0
  11. [recfile]
  12.     rec
  13.     
  14.     1
  15.     0
  16.     0
  17.     0
  18.     0
  19.     0
  20. [prn]
  21.     PCL / HP LaserJet
  22. [port]
  23.     LPT2:
  24. [lang]
  25.     1
  26. [fldnames]
  27.     Field1
  28.     Field2
  29.     Field3
  30.     Field4
  31.     Field5
  32.     Field6
  33.     Field7
  34.     Field8
  35. [desc]
  36.     
  37.     
  38.     
  39.     
  40.     
  41.     800566776
  42.     111
  43.     611692490
  44.     0
  45.     19
  46.     0
  47.     0
  48.     0
  49.     0
  50.     
  51.     
  52.     
  53.     
  54.     
  55.     
  56.     0
  57. [fopts]
  58.     0
  59.     1
  60.     0
  61.     0
  62.     
  63.     
  64. [lnopts]
  65.     2
  66.     Body Text
  67.     1
  68. [docopts]
  69.     5
  70.     0
  71. [GramStyle]
  72.     
  73. [tag]
  74.     Body Text
  75.     2
  76.     [fnt]
  77.         Tms Rmn
  78.         240
  79.         0
  80.         49152
  81.     [algn]
  82.         1
  83.         1
  84.         0
  85.         0
  86.         0
  87.     [spc]
  88.         17
  89.         0
  90.         1
  91.         0
  92.         0
  93.         1
  94.         100
  95.     [brk]
  96.         4
  97.     [line]
  98.         8
  99.         0
  100.         1
  101.         0
  102.         1
  103.         1
  104.         1
  105.         10
  106.         10
  107.         1
  108.     [spec]
  109.         0
  110.         0
  111.         
  112.         0
  113.         1
  114.         1
  115.         0
  116.         0
  117.         0
  118.         0
  119.     [nfmt]
  120.         280
  121.         1
  122.         2
  123.         .
  124.         ,
  125.         $
  126.     Body Text
  127.     0
  128.     0
  129. [lay]
  130.     Standard
  131.     513
  132.     [rght]
  133.         15840
  134.         12240
  135.         1
  136.         1440
  137.         1440
  138.         1
  139.         1440
  140.         1440
  141.         0
  142.         1
  143.         0
  144.         1
  145.         1
  146.         1
  147.         1
  148.         1440
  149.         10800
  150.         0
  151.     [hrght]
  152.     [lyfrm]
  153.         1
  154.         11200
  155.         0
  156.         0
  157.         12240
  158.         1440
  159.         0
  160.         1
  161.         3
  162.         1 0 0 0 0 0 0
  163.         0
  164.         0
  165.         1
  166.     [frmlay]
  167.         1440
  168.         12240
  169.         1
  170.         1440
  171.         0
  172.         1
  173.         0
  174.         1440
  175.         0
  176.         1
  177.         0
  178.         1
  179.         1
  180.         1
  181.         1
  182.         1440
  183.         10800
  184.         0
  185.     [txt]
  186. >
  187.     [frght]
  188.     [lyfrm]
  189.         1
  190.         13248
  191.         0
  192.         14400
  193.         12240
  194.         15840
  195.         0
  196.         1
  197.         3
  198.         1 0 0 0 0 0 0
  199.         0
  200.         0
  201.         2
  202.     [frmlay]
  203.         15840
  204.         12240
  205.         1
  206.         1440
  207.         0
  208.         1
  209.         14400
  210.         1440
  211.         0
  212.         1
  213.         0
  214.         1
  215.         1
  216.         1
  217.         1
  218.         1440
  219.         10800
  220.         0
  221.     [txt]
  222. >
  223. [elay]
  224. [l1]
  225.     0
  226. [edoc]
  227. |
  228.  
  229. token|type class parmcnt wparam retval
  230.  
  231. GOTO|102 1
  232.  
  233. IF|102 2    ~ IF condition expression [ELSEIF condition express] [ELSE express] ENDIF  <IF Sales > 1000 "Great Job" ELSE "Keep up the good work" ENDIF>
  234.  
  235. ELSEIF|102 3
  236.  
  237. ELSE|102 4
  238.  
  239. ENDIF|102 5
  240.  
  241. RETURN|102 6
  242.  
  243. FOR|102 7
  244.  
  245. NEXT|102 8
  246.  
  247. WHILE|102 9
  248.  
  249. WEND|102 10
  250.  
  251. SWITCH|102 11
  252.  
  253. CASE|102 12
  254.  
  255. DEFAULT|102 13
  256.  
  257. ENDSWITCH|102 14
  258.  
  259. BREAK|102 15
  260.  
  261. FUNCTION|102 16
  262.  
  263. Call|102 18        ~ Call filename[!macro](parameters) - Runs a macro.  <Call ansi.smm!insertchar()>
  264.  
  265. ONCANCEL|102 19
  266.  
  267. ONERROR|102 20
  268.  
  269. DIM|102 21
  270.  
  271. DEFSTR|102 22
  272.  
  273. TO|102 23
  274.  
  275. STEP|102 24
  276.  
  277. DECLARE|102 25
  278.  
  279. THEN|102 26
  280.  
  281. CALLI|102 28
  282.  
  283. DIALOG|102 29
  284.  
  285. ENDDIALOG|102 30
  286.  
  287. ALIAS|102 31
  288.  
  289. DEFINE|102 32
  290.  
  291. AND|110 1
  292.  
  293. OR|110 2
  294.  
  295. NOT|110 3
  296.  
  297. ;two parters|123 type
  298.  
  299. END|123 1
  300.  
  301. EXIT|123 2
  302.  
  303. ;fields|125 number
  304.  
  305. Bookmark|125 0 ~3Bookmark - Insert the text marked by the bookmark.  <totalsales>, <LastName>
  306.  
  307. Set|125 1    ~ Set GlobalVariable Expression - Sets GlobalVariable to expression.  <Set totol total + subtotal>, <Set title "President">
  308.  
  309. Seq|125 2    ~2Seq SequenceName[=[exp]][-[exp]][+exp] - Custom sequencing.  <Seq Figure>, <Seq Table=5>, <Seq Figure+2 %N2>
  310.  
  311. PageRef|125 3    ~ PageRef BookmarkName - Returns the page where the specified bookmark resides.  <Pageref Chapter5>
  312.  
  313. NextRec|125 4    ~ NextRec - Advance to the next record while merging, eg: allows multiple records on the same page.  <NextRec>
  314.  
  315. Skip|125 5    ~ Skip - While merging, this field will not print the current record, but skips to the next.  <IF country != "USA" Skip ENDIF>
  316.  
  317. CreateDate|125 7    ~1CreateDate - The creation date or time of the current document.  <CreateDate %Db>, <CreateDate %T6>
  318.  
  319. EditDate|125 8    ~1EditDate - The date or time the current document was last saved.  <EditDate %Db>, <EditDate %T6>
  320.  
  321. NumEdits|125 9    ~ NumEdits - Returns the number of times the current file was saved.  <"Version 1.{NumEdits}">
  322.  
  323. TotalEditingTime|125 10    ~ TotalEditingTime - The accumulated edit time (in minutes).  <Set Cost Rate * TotalEditingTime>
  324.  
  325. NumPages|125 11    ~ NumPages - Returns the total number of pages in this document.  <"Page {getpageno()} of {NumPages}">
  326.  
  327. NumWords|125 12    ~ NumWords - Returns the total number of words in this document.  <NumWords>
  328.  
  329. NumChars|125 13    ~ NumChars - Returns the total number of characters in this document.  <NumChars>
  330.  
  331. FileSize|125 14    ~ FileSize - The size of the current document (in thousands of bytes).  <FileSize>
  332.  
  333. MergeRec|125 16 ~ MergeRec - The current record number when merging.  <IF MergeRec = 1 set total subtotal ELSE set total total + subtotal ENDIF>
  334.  
  335. Include|125 17 ~ Include filename[!bookmark] - Inserts an entire file or a bookmark from another file.  <Include "Standard.sam!Greeting">
  336.  
  337. Defined|125 18 ~ Defined Variable - Check to see if the given variable is defined.  <IF Defined totalpages totalpages ELSE "?" ENDIF>
  338.  
  339. PrintEscape|125 19 ~ PrintEscape "Escape codes" - Sends Escape codes directly to the printer.  <PrintEscape "[27]&&l2H">, <PrintEscape "[0x1b]&&l30">
  340.  
  341. Index|125 20 ~ Index "Primary" [#] ["Secondary"] ["other"] - Mark for index, same as Text/Mark Text As/Index Entry...
  342.  
  343. Void|125 21 ~ Void expression - This function nullifies the return value from field.  <Void Exec("clock.exe", "", 2)>
  344.  
  345. User|125 22 ~ User Anything - Returns nothing but gives the macro programmer a way to mark a location.  <User 1,Something>
  346.  
  347. Description|125 23 ~ Description - Doc Info description from the current document. <Description>
  348.  
  349. DivisionName|125 27 ~ DivisionName - Name of the current division. <DivisionName>
  350.  
  351. SectionName|125 28 ~ SecionName - Name of the current section. <SectionName>
  352.  
  353. UserName|125 30 ~ UserName - Name of the current user. <UserName>
  354.  
  355. Initials|125 31 ~ Initials - Initials of the current user. <Initials>
  356.  
  357. Title|125 32 ~ Title - Title of the current user. <Title>
  358.  
  359. Company|125 33 ~ Company - Company of the current user. <Company>
  360.  
  361. Address1|125 34 ~ Address1 - Address1 of the current user. <Address1>
  362.  
  363. Address2|125 35 ~ Address2 - Address2 of the current user. <Address2>
  364.  
  365. Address3|125 36 ~ Address3 - City and State of the current user. <Address3>
  366.  
  367. PostalCode|125 37 ~ PostalCode - PostalCode of the current user. <PostalCode>
  368.  
  369. PhoneNumber|125 38 ~ Phone - Phone Number of the current user. <PhoneNumber>
  370.  
  371. FaxNumber|125 39 ~ FaxNumber - Fax number of the current user. <FaxNumber>
  372.  
  373. Email|125 40 ~ Email - Email address of the current user. <Email>
  374.  
  375. PersonalData1|125 41 ~ PersonalData1 - Personal Data1 of the current user. <PersonalData1>
  376.  
  377. PersonalData2|125 42 ~ PersonalData2 - Personal Data2 of the current user. <PersonalData2>
  378.  
  379. PersonalData3|125 43 ~ PersonalData3 - Personal Data3 of the current user. <PersonalData3>
  380.  
  381. PersonalData4|125 44 ~ PersonalData4 - Personal Data4 of the current user. <PersonalData4>
  382.  
  383. TOC|125 25 ~ Toc Level "Text..." - Mark for Table of Contents, same as Text/Mark Text As/TOC Entry...
  384.  
  385. MergeField|125 26 ~ MergeField Mergefieldname - Insert the contents of this field at merge time.
  386.  
  387. ExecuteScript|125 29 ~ ExecuteScript "Filename!Function" - Execute a LotusScript function. !Function will execute a script function stored behind Globals of this document
  388.  
  389. ;keycodes|116 decimalvalue
  390.  
  391. %Backspace|116 8
  392.  
  393. %Tab|116 9
  394.  
  395. %Enter|116 13
  396.  
  397. %Space|116 32
  398.  
  399. %PgUp|116 33
  400.  
  401. %PgDn|116 34
  402.  
  403. %End|116 35
  404.  
  405. %Home|116 36
  406.  
  407. %Left|116 37
  408.  
  409. %Up|116 38
  410.  
  411. %Right|116 39
  412.  
  413. %Down|116 40
  414.  
  415. %Ins|116 45
  416.  
  417. %Del|116 46
  418.  
  419. %Esc|116 27
  420.  
  421. %F1|116 112
  422.  
  423. %F2|116 113
  424.  
  425. %F3|116 114
  426.  
  427. %F4|116 115
  428.  
  429. %F5|116 116
  430.  
  431. %F6|116 117
  432.  
  433. %F7|116 118
  434.  
  435. %F8|116 119
  436.  
  437. %F9|116 120
  438.  
  439. %F10|116 121
  440.  
  441. %F11|116 122
  442.  
  443. %F12|116 123
  444.  
  445. ;macro_functions_name|105 class parm_cnt
  446.  
  447. Query$|105 1 -1    ~ *Query$("Message text" [,"Default text"]) - Displays a dialog box requesting input from the user.  <Query$("What is your name?")>
  448.  
  449. Query|105 1 -1
  450.  
  451. Decide|105 2 -1 ~ *Decide("Message Text") - Ask a Yes/No question.  <IF decide("Use Creation date?") CreateDate ELSE EditDate ENDIF %Db>
  452.  
  453. Message|105 3 -1    ~ *Message("Message Text" [,"Title"]) - Display a message.  <Message("Good morning Mr. Phelps")>
  454.  
  455. SingleStep|105 4 1
  456.  
  457. DEBUG|105 5 1
  458.  
  459. Type|105 6 1
  460.  
  461. UserControl|105 7 1
  462.  
  463. DDEInitiate|105 8 2
  464.  
  465. DDETerminate|105 9 1
  466.  
  467. DDEReceive$|105 10 2
  468.  
  469. DDEReceive|105 10 2
  470.  
  471. DDEExecute|105 11 2
  472.  
  473. DDEAdvise|105 12 3
  474.  
  475. strchr|105 13 3
  476.  
  477. Len|105 14 1    ~ *Len(expression) - Returns the number of characters in the expression.  <Len(Query$("Type something"))>
  478.  
  479. Mid$|105 15 3    ~ *Mid$(expression, start, count) - Return "count" characters from expression begining at "start".  <Mid$("(404) 851-0007", 2, 3)>
  480.  
  481. Mid|105 15 3
  482.  
  483. StrCat$|105 16 -1    ~ *StrCat$(expression, expression [,expression..]) - Put two or more strings together.  <StrCat$(Query$("Greeting?"), " Mr Jones.")>
  484.  
  485. StrCat|105 16 -1
  486.  
  487. LCase$|105 17 1    ~ *LCase$(expression) - Convert the expression to lower case and return the result.  <LCase$("Hello")>
  488.  
  489. LCase|105 17 1
  490.  
  491. UCase$|105 18 1    ~ *UCase$(expression) - Convert the field to upper case and return the result.  <UCase$("Hello")>
  492.  
  493. UCase|105 18 1
  494.  
  495. FormatNum$|105 19 4 ~ *FormatNum$(prefix, suffix, decimals, expression) - Formats a number.  <FormatNum$("$", "", 2, 235.8)>
  496.  
  497. FormatNum|105 19 4
  498.  
  499. StrField$|105 20 3    ~ *StrField$(expression, n, sep) - Return the n'th element in expression, using sep as a delimeter.  <StrField$("one,two,three", 2, ",")>
  500.  
  501. StrField|105 20 3
  502.  
  503. MultiDecide|105 21 -2
  504.  
  505. Exec|105 22 -1    ~ *Exec(program, parameters [,show]) - Run another program.  <Exec("123w.exe", Query$("Spread sheet name?"))>
  506.  
  507. CurWord$|120 0 _$$3CurWord$
  508.  
  509. CurWord|120 0 _$$3CurWord$
  510.  
  511. CurShade$|120 0 _$$3CurShade$
  512.  
  513. CurShade|120 0 _$$3CurShade$
  514.  
  515. FillList|105 25 -1
  516.  
  517. DialogBox|105 26 2
  518.  
  519. GetDialogField$|105 27 1
  520.  
  521. GetDialogField|105 27 1
  522.  
  523. GetViewLevel|105 1579 0        'GetViewLevel|120 0 _$$4GetViewLevel
  524.  
  525. GetMode|105 1572 0        'GetMode|120 0 _$$4GetMode
  526.  
  527. Messages|105 30 1
  528.  
  529. FillEdit|105 31 2
  530.  
  531. IgnoreKeyboard|105 32 1
  532.  
  533. DDEUnAdvise|105 33 2
  534.  
  535. FileChanged|105 1634 2            'FileChanged|120 2 _$$2FileChanged
  536.  
  537. DDEPoke|105 35 3
  538.  
  539. SendKeys|105 36 -1
  540.  
  541. GetTextBeforeCursor|105 1680 0        'GetTextBeforeCursor$|120 0 _$$4GetTextBeforeCursor
  542.  
  543. GetTextBeforeCursor$|105 1680 0        'GetTextBeforeCursor|120 0 _$$4GetTextBeforeCursor
  544.  
  545. ActivateApp|105 38 1
  546.  
  547. chr$|105 39 1
  548.  
  549. chr|105 39 1
  550.  
  551. asc|105 40 1
  552.  
  553. SetDlgCallBack|105 41 2
  554.  
  555. GetDlgItemText|105 42 2
  556.  
  557. SetDlgItemText|105 43 3
  558.  
  559. GetDlgItem|105 44 2
  560.  
  561. GetViewprefopts|105 1742 0    'GetViewPrefOpts|120 0 _$$2GetViewPrefOpts
  562.  
  563. GetViewPrefLevel|105 1580 0    'GetViewPrefLevel|134 .UserInterface.WinView.View.Level
  564.  
  565. DlgKeyInterrupt|105 1688 2    'DlgKeyInterrupt|105 47 2
  566.  
  567. Event|105 48 -5
  568.  
  569. BeginChange|105 49 -1
  570.  
  571. EndChange|105 50 -1
  572.  
  573. Abort|105 51 1
  574.  
  575. GetPassedParmCnt|105 52 0
  576.  
  577. DlgEnableControl|105 53 3
  578.  
  579. DlgClearControl|105 54 2
  580.  
  581. DlgSetFocus|105 55 2
  582.  
  583. DlgHideControl|105 56 3
  584.  
  585. Enumerate|105 57 2
  586.  
  587. SendControl|105 58 -1
  588.  
  589. SendPrimitive|105 59 -1
  590.  
  591. DlgGetListBoxCount|105 60 2
  592.  
  593. DlgGetListBoxIndex|105 61 2
  594.  
  595. DlgSetListBoxIndex|105 62 3
  596.  
  597. DlgGetListBoxLine$|105 63 3
  598.  
  599. DlgGetListBoxLine|105 63 3
  600.  
  601. DlgClose|105 64 1
  602.  
  603. DlgListBoxDeleteItem|105 65 3
  604.  
  605. DlgListBoxInsertItem|105 66 4
  606.  
  607. PostCommand|105 67 1
  608.  
  609. SendCommand|105 68 -1
  610.  
  611. UnStack|105 69 1
  612.  
  613. Stack|105 70 0
  614.  
  615. SubClassDialog|105 71 2
  616.  
  617. DlgSetDefaultButton|105 72 2
  618.  
  619. DlgSetHelpNumber|105 73 1
  620.  
  621. DlgLimitText|105 74 3
  622.  
  623. DlgSetCaption|105 75 2
  624.  
  625. RexxCmd|105 76 -1
  626.  
  627. RexxFunction|105 77 1
  628.  
  629. _NoCanDo|105 78 0
  630.  
  631. 'IsOkToRun|105 79 1
  632.  
  633. GetHomeDirectory$|105 80 0
  634.  
  635. QueryVerb|105 81 -1
  636.  
  637. SetLogging|105 82 1
  638.  
  639. EnableAmipro|105 83 1
  640.  
  641. GetAmiMainhWnd|105 84 0
  642.  
  643. GetAmiActivehWnd|105 85 0
  644.  
  645. QuickOpen|105 86 1
  646.  
  647. fgets$|105 257 1
  648.  
  649. fgets|105 257 1
  650.  
  651. fputs|105 258 -2
  652.  
  653. fopen|105 259 2
  654.  
  655. fclose|105 260 1
  656.  
  657. GetMarkText$|105 1661 0            'GetMarkText$|120 0 _$$5GetMarkText
  658.  
  659. GetmarkText|105 1661 0            'GetMarkText|120 0 _$$5GetMarkText
  660.  
  661. ftell|105 262 1
  662.  
  663. fseek|105 263 3
  664.  
  665. SetGlobalVar|105 264 2
  666.  
  667. GetGlobalVar$|105 265 1
  668.  
  669. GetGlobalVar|105 265 1
  670.  
  671. FreeGlobalVar|105 266 1
  672.  
  673. GetOpenFileName|105 1628 0            'GetOpenFileName|120 0 _$$2GetOpenFileName$
  674.  
  675. GetOpenFileName$|105 1628 0            'GetOpenFileName$|120 0 _$$2GetOpenFileName$
  676.  
  677. CatSlash|120 1 _$$5CatSlash
  678.  
  679. GetDocPath$|134 CatSlash(.UserInterface.UIPreferences.DocumentName)
  680.  
  681. GetDocPath|105 1570 0        'GetDocPath|134 CatSlash(.UserInterface.UIPreferences.DocumentName)
  682.  
  683. GetStylePath$|105 1578 0    'GetStylePath$|134 CatSlash(.UserInterface.UIPreferences.StylePath)
  684.  
  685. GetStylePath|105 1578 0        'GetStylePath|134 CatSlash(.UserInterface.UIPreferences.StylePath)
  686.  
  687. GetBackPath$|105 1566 0        'GetBackPath$|134 CatSlash(.UserInterface.UIPreferences.Backup)
  688.  
  689. GetBackPath|105 1566 0        'GetBackPath|134 CatSlash(.UserInterface.UIPreferences.Backup)
  690.  
  691. AllocGlobalVar|105 271 2
  692.  
  693. SetGlobalArray|105 272 3
  694.  
  695. GetGlobalArray$|105 273 2
  696.  
  697. GetGlobalArray|105 273 2
  698.  
  699. Pause|105 274 1
  700.  
  701. AssignKey|105 275 2
  702.  
  703. GetTime|105 276 0
  704.  
  705. IsNumeric|105 277 1
  706.  
  707. AtEof|105 1541 0        'AtEof|120 0 _$$4AtEof        
  708.  
  709. GetDocInfo$|105 1540 1        'GetDocInfo$|120 1 _$$1GetDocInfo$
  710.  
  711. FindFirst$|105 280 2
  712.  
  713. FindFirst|105 280 2
  714.  
  715. FindNext$|105 281 0
  716.  
  717. FindNext|105 281 0
  718.  
  719. CurChar$|120 0 _$$4CurChar
  720.  
  721. CurChar|120 0 _$$4CurChar
  722.  
  723. DllLocate|105 283 3
  724.  
  725. DllCall|105 284 -1
  726.  
  727. RunLater|105 285 2
  728.  
  729. GetProfileString$|105 286 -1
  730.  
  731. GetProfileString|105 286 -1
  732.  
  733. WriteProfileString|105 287 -1
  734.  
  735. GetStyleName$|105 1577 0
  736.  
  737. GetStyleName|105 1577 0        'GetStyleName|105 288 0
  738.  
  739. GetCurrentDir$|105 290 0
  740.  
  741. GetCurrentDir|105 290 0
  742.  
  743. AnswerMsgBox|105 291 1
  744.  
  745. DarkMode|105 292 1
  746.  
  747. CursorPosition$|105 1546 0        'CursorPosition$|120 0 _$$5CursorPosition
  748.  
  749. CursorPosition|105 1546 0        'CursorPosition|120 0 _$$5CursorPosition
  750.  
  751. GetPageNo|105 1575 0        'GetPageNo|134 .Page.ID
  752.  
  753. GetMacPath|105 1571 0        'GetMacPath|134 CatSlash(.UserInterface.UIPreferences.Macro)
  754.  
  755. GetMacPath$|105 1571 0        'GetMacPath$|134 CatSlash(.UserInterface.UIPreferences.Macro)
  756.  
  757. HourGlass|105 1681 1        'HourGlass|105 296 1
  758.  
  759. DLLLoadLib|105 297 3
  760.  
  761. DLLFreeLib|105 298 1
  762.  
  763. GetGlobalVarCount|105 299 0
  764.  
  765. GetGlobalVarNames|105 300 1
  766.  
  767. GetDocInfoKeyWords$|105 1569 0        '120 0 _$$1GetDocInfoKeyWords$
  768.  
  769. GetDocInfoKeyWords|105 1569 0        'GetDocInfoKeyWords|120 0 _$$1GetDocInfoKeyWords$
  770.  
  771. GlossaryOpen|105 302 1
  772.  
  773. GlossaryLookup|105 303 2
  774.  
  775. GlossaryClose|105 304 1
  776.  
  777. AddBar|105 513 0
  778.  
  779. ShowBar|105 514 1
  780.  
  781. AddMenu|105 515 2
  782.  
  783. AddMenuItem|105 516 -4
  784.  
  785. RenameMenuItem|105 517 -4
  786.  
  787. CheckMenuItem|105 518 -4
  788.  
  789. GrayMenuItem|105 519 -4
  790.  
  791. DeleteMenuItem|105 520 -2
  792.  
  793. DeleteMenu|105 521 -2
  794.  
  795. AddMenuItemDDE|105 522 -4
  796.  
  797. ChangeMenuAction|105 523 -4
  798.  
  799. AddCascadeMenu|105 524 -3
  800.  
  801. AddCascadeMenuItem|105 525 -5
  802.  
  803. ChangeCascadeAction|105 526 -5
  804.  
  805. InsertMenuItem|105 527 -5
  806.  
  807. InsertCascadeMenu|105 528 -4
  808.  
  809. InsertMenu|105 528 3
  810.  
  811. InsertCascadeMenuItem|105 529 -6
  812.  
  813. DateDiff|105 769 2
  814.  
  815. FormatDate$|105 770 2
  816.  
  817. FormatDate|105 770 2
  818.  
  819. FormatSeq$|105 771 2
  820.  
  821. FormatSeq|105 771 2
  822.  
  823. Now|105 772 0 ~1*Now() - Returns the current Date/time. <Now() %Db>
  824.  
  825. FormatTime$|105 773 2
  826.  
  827. FormatTime|105 773 2
  828.  
  829. DOSGetEnv$|105 774 1
  830.  
  831. DOSGetEnv|105 774 1
  832.  
  833. DOSGetFileAttr|105 775 1
  834.  
  835. DOSSetFileAttr|105 776 2
  836.  
  837. DOSrmdir|105 777 1
  838.  
  839. DOSrename|105 778 2
  840.  
  841. DOSdelfile|105 779 1
  842.  
  843. DOSmkdir|105 780 1
  844.  
  845. DOSchdir|105 781 1
  846.  
  847. fread|105 782 2
  848.  
  849. fwrite|105 783 -2
  850.  
  851. BracketsToBin|105 784 1
  852.  
  853. BinToBrackets|105 785 1
  854.  
  855. Round|105 786 1
  856.  
  857. Truncate|105 787 1
  858.  
  859. Mod|105 788 2
  860.  
  861. StatusBarMsg|105 789 1
  862.  
  863. ChangeIcons|105 1662 1            'ChangeIcons|134 .UserInterface.SmartIcons.Load(%1)
  864.  
  865. SetIconSize|105 1666 1            'SetIconSize|120 1 _$$3SetIconSize
  866.  
  867. PhysicalToLogical|120 1 _$$6PhysicalToLogical
  868.  
  869. GetFmtPageStr$|105 1672 1        'GetFmtPageStr$|120 1 _$$5GetFmtPageStr
  870.  
  871. GetFmtPageStr|105 1672 1        'GetFmtPageStr|120 1 _$$5GetFmtPageStr
  872.  
  873. GetCurFrameLines|105 1664 10            'GetCurFrameLines|120 10 _$$2GetCurFrameLines
  874.  
  875. GetCurFrameType|105 1652 3            'GetCurFrameType|120 3 _$$2GetCurFrameType
  876.  
  877. GetCurFrameBorders|120 9 _$$2GetCurFrameBorders
  878.  
  879. SelectWindow|105 1542 1        'SelectWindow|105 796 1
  880.  
  881. SelectFrameByName|105 1606 1    'SelectFrameByName|134 MarkBookMark(%1, 4002)
  882.  
  883. GetAmiDirectory$|105 798 0
  884.  
  885. GetAmiDirectory|105 798 0
  886.  
  887. GetRunningMacroName$|105 799 0
  888.  
  889. GetRunningMacroName|105 799 0
  890.  
  891. IsFrameSelected|105 1582 0        'IsFrameSelected|120 0 _$$2IsFrameSelected
  892.  
  893. Beep|105 801 0
  894.  
  895. GetRunningMacroFile$|105 802 0
  896.  
  897. GetRunningMacroFile|105 802 0
  898.  
  899. DOSCopyFile|105 803 2
  900.  
  901. GetCurFontInfo|105 804 4
  902.  
  903. Assign|105 805 2
  904.  
  905. Left$|105 806 2 ~ *Left$(expression, count) - return the first "count" characters from expression.  <Left$("12345678", 4)>
  906.  
  907. Left|105 806 2
  908.  
  909. Right$|105 807 2 ~ *Right$(expression, count) - return the last "count" characters from expression.  <Right$("123456789", 5)>
  910.  
  911. Right|105 807 2
  912.  
  913. Instr|105 808 3
  914.  
  915. AppMove|105 1025 3
  916.  
  917. AppSize|105 1026 3
  918.  
  919. AppClose|105 1027 1
  920.  
  921. AppGetWindowPos|105 1028 5
  922.  
  923. AppMaximize|105 1029 1
  924.  
  925. AppMinimize|105 1030 1
  926.  
  927. AppRestore|105 1031 1
  928.  
  929. AppIsRunning|105 1032 1
  930.  
  931. AppGetAppCount|105 1033 0
  932.  
  933. AppGetAppNames|105 1034 1
  934.  
  935. AppHide|105 1035 1
  936.  
  937. AppSendMessage|105 1036 4
  938.  
  939. ClipboardRead|105 1037 1
  940.  
  941. ClipboardWrite|105 1038 2
  942.  
  943. GetBookMarkCount|105 1039 0
  944.  
  945. GetBookMarkNames|105 1040 1
  946.  
  947. ArrayInsert|105 1041 3
  948.  
  949. ArrayDelete|105 1042 2
  950.  
  951. ArraySort|105 1043 -1
  952.  
  953. ArraySearch|105 1044 -2
  954.  
  955. ArrayInsertByKey|105 1045 -3
  956.  
  957. ArraySize|105 1046 1
  958.  
  959. GetMasterFilesCount|105 1691 0        'GetMasterFilesCount|120 0 _$$4MasterFile
  960.  
  961. GetMasterFiles|105 1684    1        'GetMasterFiles|120 1 _$$4MasterFile
  962.  
  963. GetBookMarkPage|105 1623 1        'GetBookMarkPage|120 1 _$$5GetBookMarkPage
  964.  
  965. GetOpenFileCount|105 1050 0        'GetOpenFileCount|105 1573 0    
  966.  
  967. GetOpenFileNames|105 1051 1        'GetOpenFileNames|105 1574 1
  968.  
  969. GetLayoutType|120 0 _$$3GetLayoutType
  970.  
  971. GetLayoutPageSize|105 1653 4        'GetLayoutPageSize|120 4 _$$3GetLayoutPageSize
  972.  
  973. GetLayoutRightLines|105 1654 5        'GetLayoutRIghtLines|105 78 5    'NotSupported
  974.  
  975. GetLayoutLeftLines|105 1733 5        'GetLayoutLeftLines|120 5 _$$3GetLayoutLeftLines
  976.  
  977. GetLayoutParmCnt|105 1753 1        'GetLayoutParmCnt|105 1285 1 GetLayoutParmCnt|105 1 _$$6GetLayoutParmCnt
  978.  
  979. GetLayoutParameters|105 1286 2
  980.  
  981. AmiProIndirect|105 1287 3
  982.  
  983. GetWindowsDirectory$|105 1288 0
  984.  
  985. GetWindowsDirectory|105 1288 0
  986.  
  987. EvalField|105 1289 1
  988.  
  989. RecOpen|105 1290 -2
  990.  
  991. RecClose|105 1291 1
  992.  
  993. RecGetField|105 1292 2
  994.  
  995. RecNextRec|105 1293 1
  996.  
  997. RecFieldCount|105 1294 1
  998.  
  999. RecFieldName$|105 1295 2
  1000.  
  1001. RecFieldName|105 1295 2
  1002.  
  1003. NWGetObjectCount|105 1296 1
  1004.  
  1005. NWGetObjectNames|105 1296 3
  1006.  
  1007. NWGetContainerCount|105 1297 1
  1008.  
  1009. NWGetContainerNames|105 1297 3
  1010.  
  1011. NWReferenceToFile$|105 1298 1
  1012.  
  1013. NWGetCurrentContainer|105 1299 2
  1014.  
  1015. NWGetCurrentObject$|105 1300 0
  1016.  
  1017. TableGetRange|105 1617 4        'TableGetRange|120 4 _$$4TableGetRange 
  1018.  
  1019. GetSpecialEffects$|105 1689 0        'GetSpecialEffects$|105 1302 0
  1020.  
  1021. GetSpecialEffects|105 1689 0        'GetSpecialEffects|105 1302 0
  1022.  
  1023. NWGetParent|105 1303 3
  1024.  
  1025. GetPowerFieldCount|105 1304 1
  1026.  
  1027. GetPowerFields|105 1305 2
  1028.  
  1029. GotoPowerField|105 1306 2        '120 2 _$$5GotoPowerField
  1030.  
  1031. GetPowerFieldPage|105 1307 2
  1032.  
  1033. GetStyleCount|105 1576 0        'GetStyleCount|105 1308 0
  1034.  
  1035. GetStyleNames|105 1309 1
  1036.  
  1037. GetDocVar|105 1746 1                    'GetDocVar|134 .Document.NamedGetProperty(%1)
  1038.  
  1039. SetDocVar|105 1747 2                    'SetDocVar|134 .Document.NamedSetProperty(%1, %2)
  1040.  
  1041. GetMajic|105 1312 0
  1042.  
  1043. 'GetInfo|105 1313 -1
  1044.  
  1045. GetInfo|113 -1 1313 _$$6GetInfo
  1046.  
  1047. KeyInterrupt|105 1314 1
  1048.  
  1049. MouseInterrupt|105 1315 1
  1050.  
  1051. GetIconPalette|105 1708 0
  1052.  
  1053. IsNewWave|134 0
  1054.  
  1055. OnMDIActivate|105 1318 1
  1056.  
  1057. FieldLock|105 1319 2
  1058.  
  1059. CallLSFunction|105 1321 -3    ' file function signature args
  1060.  
  1061. FieldAuto|105 1320 2
  1062.  
  1063. FieldRemove|105 1323 2
  1064.  
  1065. FieldUpdate|105 1324 3
  1066.  
  1067. ;Numeric Constants|109 value
  1068.  
  1069. Event_Key|109 0
  1070.  
  1071. Event_MouseDown|109 1
  1072.  
  1073. Event_MouseUp|109 2
  1074.  
  1075. Event_MouseMove|109 3
  1076.  
  1077. Event_HScroll|109 6
  1078.  
  1079. Event_VScroll|109 7
  1080.  
  1081. Event_Size|109 9
  1082.  
  1083. ;Sammy_Functions:_name|113 parmcnt menuid retval
  1084.  
  1085. <+#><+!>'FILE
  1086.  
  1087. PrintEnvelope|113 0 237 1
  1088.  
  1089. MergeWelcome|113 0 781 0
  1090.  
  1091. CreateDataFile|105 1701 0        'CreateDataFile|113 0 784 1
  1092.  
  1093. OpenMergeFile|105 1728 3        'OpenMergeFile|113 3 785 _$$4OpenMergeFile
  1094.  
  1095. CreateDescriptionFile|113 -1 783 _$$6CreateDescriptionFile
  1096.  
  1097. OpenDataFile|105 1717 2            'OpenDataFile|113 2 789 _$$4OpenDataFile
  1098.  
  1099. EditDataFile|113 0 787 1
  1100.  
  1101. New|105 1636 3 101                    'New|113 3 101 _$$1New
  1102.  
  1103. FileOpen|105 1559 3 790                'FileOpen|105 1559 3    'FileOpen|113 3 102 _$$1FileOpen
  1104.  
  1105. 'OpenFile|113 2 790 1
  1106.  
  1107. ImportText|105 1750 3                'ImportText|113 3 152 1 _$$6ImportText
  1108.  
  1109. FileClose|113 0 732 1
  1110.  
  1111. NextWindow|105 1659 0 727            'NextWindow|113 0 727 1
  1112.  
  1113. Save|113 0 103 1
  1114.  
  1115. SaveAs|105 1624 4 104        'SaveAs|113 4 104 _$$2SaveAs
  1116.  
  1117. SaveAsObject|113 4 127 1
  1118.  
  1119. SaveAsMaster|113 2 130 1
  1120.  
  1121. Revert|105 1751 0        'Revert|113 0 105 1
  1122.  
  1123. ImportPicture|105 1643 4 141        'ImportPicture|113 4 141 _$$4ImportPicture
  1124.  
  1125. 'ImportExport|105 7 78 _$$6amiImportExport        
  1126.  
  1127. 'ImportExport|105 78 -1    
  1128.  
  1129. 'ImportExport|113 78 -1 _$$6amiImportExport
  1130.  
  1131. ImportExport|113 -1 254 _$$6amiImportExport
  1132.  
  1133. FileManagement|105 1725 0        'FileManagement|105 FileManagement|120 0 _$$5FileManagement
  1134.  
  1135. '_FileManagement|113 0 108 1
  1136.  
  1137. DocInfo|105 1551 3 109            'DocInfo|113 3 109 _$$1DocInfo
  1138.  
  1139. RenameDocInfoField|105 1739 2 125    'RenameDocInfoField|113 2 125 _$$1RenameDIF
  1140.  
  1141. DocInfoFields|105 1552 8 140        'DocInfoFields|113 8 140 _$$1DocInfoFields
  1142.  
  1143. DDELinks|113 -1 115 1
  1144.  
  1145. MasterDoc|105 1694 0            'MasterDoc|113 0 146 0
  1146.  
  1147. MasterDocOpts|105 1693 0        'MasterDocOpts|105 78 0            'NotSupported
  1148.  
  1149. Merge|113 -1  781  _$$6Merge        '110
  1150.  
  1151. MergeToFile|113 -1 110 _$$6MergeToFile
  1152.  
  1153. MergeMacro|113 -1 110 _$$6MergeMacro
  1154.  
  1155. MergeAction|105 1735 1            'MergeAction|113 1 116 _$$4MergeAction
  1156.  
  1157. SelectDataFile|113 2 780 _$$4SelectDataFile
  1158.  
  1159. SelectMergeDataFile|113 2 788 0
  1160.  
  1161. FilePrint|105 1560 4 111        'FilePrint|113 4 111 _$$3FilePrint
  1162.  
  1163. PrintOptions|113 3 126 _$$3PrintOptions
  1164.  
  1165. PrintSetup|105 1602 2 112        'PrintSetup|113 -1 112 _$$5PrintSetup
  1166.  
  1167. SetMasterFiles|105 1683 3        'SetMasterFiles|120 -3 _$$4SetMasterFiles
  1168.  
  1169. settocfile|105 1698 1            'SetTOCFile|120 1 _$$4SetTOCFile
  1170.  
  1171. SetIndexFile|105 1699 2            '2 SetIndexFile|120 2 _$$4SetIndexFile
  1172.  
  1173. SetTOCOpts|105 1700 6            'SetTOCOpts|113 7 470 _$$3SetTOCOpts
  1174.  
  1175. TOCOptions|113 -1 495 _$$6TOCOptions
  1176.  
  1177. ObjectAttributes|113 4 143 1
  1178.  
  1179. ASCIIOptions|105 1731 1            'AsciiOptions|113 1 123 1
  1180.  
  1181. SendMail|113 1 229 1
  1182.  
  1183. ReadMail|113 0 000 _$$6ReadMail
  1184.  
  1185. OpenPreviousFile1|105 1595 0 133        'OpenPreviousFile1|113 0 133 1
  1186.  
  1187. OpenPreviousFile2|105 1596 0 134        'OpenPreviousFile2|113 0 134 1
  1188.  
  1189. OpenPreviousFile3|105 1597 0 135        'OpenPreviousFile3|113 0 135 1
  1190.  
  1191. OpenPreviousFile4|105 1598 0 136        'OpenPreviousFile4|113 0 136 1
  1192.  
  1193. OpenPreviousFile5|105 1599 0 137        'OpenPreviousFile5|113 0 137 1
  1194.  
  1195. <+#><+!>'EDIT
  1196.  
  1197. Undo|113 0 151 1
  1198.  
  1199. Cut|113 0 153 1
  1200.  
  1201. Copy|105 1545 0 154                'Copy|113 0 154 1
  1202.  
  1203. Paste|113 0 155 1
  1204.  
  1205. PasteSpecial|105 1713 1
  1206.  
  1207. InsertVariable|113 0 158 0
  1208.  
  1209. InsertMerge|113 0 182 0
  1210.  
  1211. InsertDocInfo|113 0 183 0
  1212.  
  1213. InsertDate|105 1644 2 165            'InsertDate|113 2 165 _$$2InsertDate
  1214.  
  1215. InsertMergeField|105 1657 1            'InsertMergeField|134 FieldAdd(%1)
  1216.  
  1217. InsertDocInfoField|105 1645 2            'InsertDocInfoField|120 2 _$$5InsertDocInfoField
  1218.  
  1219. MarkText|113 0 159 0
  1220.  
  1221. MarkTOC|113 0 159 103
  1222.  
  1223. MarkIndexWord|113 0 180 0
  1224.  
  1225. MarkTOCEntry|113 0 835 0
  1226.  
  1227. InsertBullet|105 1656 1 836            'InsertBullet|113 1 836 _$$2InsertBullet
  1228.  
  1229. MarkBookMark|105 1658 2 466            'MarkBookMark|113 2 466 _$$4MarkBookMark
  1230.  
  1231. Footnotes|105 1718 5 160            'Footnotes|113 5 160 _$$3Footnotes
  1232.  
  1233. Notes|105 1594 0 282                'Notes|113 0 282 1
  1234.  
  1235. InsertNote|105 1743 1        'InsertNote|120 1 _$$5InsertNote
  1236.  
  1237. SetDefPaths|105 1610 0                'SetDefPaths|105 78 0    'NotSupported
  1238.  
  1239. UseWorkingDir|105 1621 1 591            'UseWorkingDir|113 1 591 _$$3UseWorkingDir
  1240.  
  1241. SetDefOptions|105 1609 2 173            'SetDefOptions|113 2 173 _$$4SetDefOptions
  1242.  
  1243. SetDocPath|113 1 174 _$$1SetDocPath
  1244.  
  1245. SetStylePath|113 1 175 _$$1SetStylePath
  1246.  
  1247. SetBackPath|113 1 176 _$$1SetBackPath
  1248.  
  1249. SetMacroPath|113 1 286 _$$1SetMacroPath
  1250.  
  1251. SetIconPath|105 1611 1 518            'SetIconPath|113 1 518 _$$1SetIconPath
  1252.  
  1253. FieldEvaluate|113 0 571 1
  1254.  
  1255. FieldNext|105 1626 0 569            'FieldNext|113 0 569 _$$5FieldNext
  1256.  
  1257. FieldPrev|105 1627 0 570            'FieldPrev|113 0 570 _$$5FieldPrev
  1258.  
  1259. FieldAdd|134 .InsertField(%1)
  1260.  
  1261. FieldSave|113 1 269 1
  1262.  
  1263. FieldEnd|113 0 568 1
  1264.  
  1265. FieldCommand|113 0 568 0
  1266.  
  1267. FieldToggleDisplay|105 1557 0 266        'FieldToggleDisplay|113 0 266 0
  1268.  
  1269. FieldShow|120 -1 _$$4FieldShow
  1270.  
  1271. FieldShowResults|134 FieldShow(1)
  1272.  
  1273. FieldUpdateAll|105 1633 0 267            'FieldUpdateAll|113 0 267 1
  1274.  
  1275. ProtectedText|105 1603 0            'ProtectedText|113 -1 188 1
  1276.  
  1277. NoHyphenation|105 1646 0 189            'NoHyphenation|113 -1 189 1
  1278.  
  1279. SetDataFile|105 1710 4            
  1280.  
  1281. GlossaryAdd|105 1730 3                'GlossaryAdd|113 3 199 1
  1282.  
  1283. RevisionInsertion|113 0 187 1
  1284.  
  1285. InsertNewObject|113 1 589 1
  1286.  
  1287. <+!><+#>'OBJECT
  1288.  
  1289. CreateANew|113 0 192 1
  1290.  
  1291. OpenObject|113 0 191 1
  1292.  
  1293. ListObjects|113 2 193 1
  1294.  
  1295. ShowLinks|113 1 194 1
  1296.  
  1297. ObjectAttributes|113 4 195 1
  1298.  
  1299. Share|105 1744 0            'Share|113 0 184 1
  1300.  
  1301. <+#><+!>'<-#><+#>VIEW
  1302.  
  1303. FullPageView|105 1565 0    201        'FullPageView|113 0 201 1
  1304.  
  1305. CustomView|105 1547 0 202        'CustomView|113 0 202 1
  1306.  
  1307. WorkingView|113 0 202 1
  1308.  
  1309. StandardView|113 0 203 1
  1310.  
  1311. EnlargedView|105 1554 0 204        'EnlargedView|113 0 204 1
  1312.  
  1313. FacingView|105 1555 0 214        'FacingView|113 0 214 1
  1314.  
  1315. LayoutMode|105 1584 0 210        'LayoutMode|113 0 210 1
  1316.  
  1317. DraftMode|105 1553 0 211        'DraftMode|113 0 211 _$$5DraftMode
  1318.  
  1319. _DraftMode|113 0 211 1
  1320.  
  1321. OutlineMode|105 1601 0 218            'OutlineMode|113 0 218 1
  1322.  
  1323. ViewPreferences|105 1651 2 206            'ViewPreferences|113 2 206 _$$2ViewPreferences
  1324.  
  1325. ToggleCleanScreen|105 1619 0            'ToggleCleanScreen|113 0 233 1
  1326.  
  1327. CleanScreenOptions|105 1685 1 206        'CleanScreenOptions|113 1 234 _$$3CleanScreenOptions
  1328.  
  1329. ToggleTabRuler|105 1620 0 207            'ToggleTabRuler|113 0 207 1
  1330.  
  1331. ShowTabRuler|134 __$TabRuler(1)
  1332.  
  1333. HideTabRuler|134 __$TabRuler(2)
  1334.  
  1335. __$TabRuler|120 1 _$$6TabRuler
  1336.  
  1337. ToggleIconbar|113 0 208 1
  1338.  
  1339. ShowIconBar|105 1613 0        'ShowIconbar|120 0 _$$1ShowIconBar
  1340.  
  1341. HideIconbar|105 1581 0        'HideIconbar|120 0 _$$1HideIconBar
  1342.  
  1343. LoadOptions|105 1702 3        'LoadOptions|113 3 217 _$$1LoadOptions
  1344.  
  1345. <+#><+!>'TEXT
  1346.  
  1347. FastFormat|105 1667 0        'FastFormat|134 .FastFormat(0)
  1348.  
  1349. ApplyFormat|105 1696 0        'ApplyFormat|113 0 238 1
  1350.  
  1351. FontChange|113 4 251 _$$1FontChange
  1352.  
  1353. FontRevert|105 1562 0 251        'FontRevert|113 0 251 _$$1FontRevert
  1354.  
  1355. LeftAlign|113 0 259 1
  1356.  
  1357. RightAlign|113 0 261 1
  1358.  
  1359. Center|113 0 260 1
  1360.  
  1361. Justify|105 1583 0 262            'Justify|113 0 262 1
  1362.  
  1363. Spacing|105 1679 1            'Spacing|113 1 252 _$$2Spacing
  1364.  
  1365. NormalText|113 0 253 _$$2NormalText
  1366.  
  1367. Bold|113 -1 254 _$$3Bold
  1368.  
  1369. Italic|113 -1 255 _$$3Italic
  1370.  
  1371. Underline|113 -1 256 _$$3Underline
  1372.  
  1373. WordUnderline|113 -1 257 _$$3WordUnderline
  1374.  
  1375. SpecialEffects|113 2 258 _$$3SpecialEffects
  1376.  
  1377. Indent|113 4 265 _$$1Indent
  1378.  
  1379. IndentAll|105 1703 0            'IndentAll|113 0 247 _$$1IndentAll
  1380.  
  1381. IndentFirst|105 1704 0            'IndentFirst|113 0 248 _$$1IndentFirst
  1382.  
  1383. IndentRest|105 1705 0            'IndentRest|113 0 249 _$$1IndentRest
  1384.  
  1385. Uppercase|105 1740 0 273        'Uppercase|113 0 273 _$$1Uppercase
  1386.  
  1387. LowerCase|105 1741 0 287        'LowerCase|113 0 287 _$$1LowerCase
  1388.  
  1389. InitialCaps|105 78 -1            'NotSupported
  1390.  
  1391. SmallCaps|105 1665 0 289            'SmallCaps|113 0 289 _$$1SmallCaps
  1392.  
  1393. <+#><+!>'STYLE
  1394.  
  1395. CreateStyle|105 1721 3 301            'CreateStyle|113 3 301 _$$1CreateStyle
  1396.  
  1397. ModifyStyle|113 0 302 0
  1398.  
  1399. ModifySelect|105 1588 1                'ModifySelect|120 1 _$$5ModifySelect
  1400.  
  1401. ModifyBreaks|113 -3 312 _$$1ModifyBreaks
  1402.  
  1403. ModifyAlignment|113 6 313 _$$1ModifyAlignment
  1404.  
  1405. ModifyLines|113 8 314 _$$1ModifyLines
  1406.  
  1407. ModifyFont|113 4 315 _$$1ModifyFont
  1408.  
  1409. ModifySpacing|113 7 316 _$$1ModifySpacing
  1410.  
  1411. ModifyTable|113 6 317 _$$1ModifyTable
  1412.  
  1413. ModifyEffects|113 7 318 _$$1ModifyEffects
  1414.  
  1415. ModifyReflow|134 SetGlobalVar("__MODIFY_SELECT__", "")
  1416.  
  1417. UseAnotherStyle|105 1650 2 304            'UseAnotherStyle|113 2 304 1
  1418.  
  1419. SaveAsNewStyle|105 1748 5                 'SaveAsNewStyle|113 5 305 _$$5SaveAsNewStyle
  1420.  
  1421. StyleManagement|113 0 303 0
  1422.  
  1423. SelectStyle|105 1738 0                    'SelectStyle|113 0 306 0
  1424.  
  1425. Togglestylesbox|105 1649 0                'ToggleStylesBox|105 78 0    'NotSupported
  1426.  
  1427. ShowStylesBox|105 1647 0                'ShowStylesBox|105 78 0    'NotSupported
  1428.  
  1429. HideStylesBox|105 1637 0 307                'HideStylesBox|113 0 307 3
  1430.  
  1431. DefineStyle|105 1548 0 324                'DefineStyle|113 0 324 1
  1432.  
  1433. StyleManageInit|105 1616 0
  1434.  
  1435. StyleManageAction|105 1719 3                'StyleManageAction|105 78 3    'NotSupported
  1436.  
  1437. StyleManageFinish|105 1615 0
  1438.  
  1439. OutlineStyle|113 -1 320 _$$5OutlineStyle
  1440.  
  1441. SetStyle|105 1612 1 323            'SetStyle|113 1 323 _$$1SetStyle
  1442.  
  1443. <+#><+!>'PAGE
  1444.  
  1445. InsertLayout|105 1711 0            'InsertLayout|134 .InsertPageLayout()
  1446.  
  1447. RemoveLayout|105 1714 0            
  1448.  
  1449. RevertLayout|105 1707 0            
  1450.  
  1451. ModifyLayout|113 0 352 0
  1452.  
  1453. ModLayoutFinish|120 0 _$$3ModLayoutFinish
  1454.  
  1455. ModLayoutInit|120 1 _$$3ModLayoutInit
  1456.  
  1457. ModLayoutPageSize|120 4 _$$3ModLayoutPageSize
  1458.  
  1459. ModLayoutRightPage|120 -8 _$$3ModLayoutRightPage
  1460.  
  1461. ModLayoutRightHeader|120 -8 _$$6ModLayoutRightHeader
  1462.  
  1463. ModLayoutRightFooter|120 -8 _$$6ModLayoutRightFooter
  1464.  
  1465. ModLayoutRightLines|120 5 _$$3ModLayoutRightLines
  1466.  
  1467. ModLayoutLeftPage|120 -8 _$$3ModLayoutLeftPage
  1468.  
  1469. ModLayoutLeftHeader|120 -8 _$$6ModLayoutLeftHeader
  1470.  
  1471. ModLayoutLeftFooter|120 -8 _$$6ModLayoutLeftFooter
  1472.  
  1473. ModLayoutLeftLines|120 5 _$$3ModLayoutLeftLines
  1474.  
  1475. FloatingHeader|105 78 1    'NotSupported
  1476.  
  1477. TabRulerInsert|105 1734 0            'TabRulerInsert|113 0 371 _$$3TabRulerInsert
  1478.  
  1479. TabRulerRemove|105 1618 0 372            'TabRulerRemove|113 0 372 _$$3TabRulerRemove
  1480.  
  1481. PageNumber|105 1669 4 356            'PageNumber|113 4 356 _$$3PageNumber
  1482.  
  1483. LineNumber|105 1726 3 359            'LineNumber|113 3 359 _$$5LineNumber
  1484.  
  1485. PageBreak|105 1670 1                'PageBreak|113 1 357 _$$3PageBreak
  1486.  
  1487. HeaderFooter|105 1655 1 377        'HeaderFooter|113 1 377 _$$3HeaderFooter
  1488.  
  1489. FloatHeader|113 0 360 0
  1490.  
  1491. <+!><+#>'FRAME
  1492.  
  1493. 'AddFrame|113 4 413 1
  1494.  
  1495. AddFrame|105 1660 4 413            'AddFrame|113 4 413 _$$2AddFrame
  1496.  
  1497. ManualFrame|113 0 409 1
  1498.  
  1499. AddFrameDlg|113 4 414 1
  1500.  
  1501. FrameLayout|105 1635 0 402            'FrameLayout|113 0 402 0
  1502.  
  1503. GraphicsScaling|105 1712 6            'GraphicsScaling|105 78 6            'NotSupported
  1504.  
  1505. DrawingMode|105 78 0                'NotSupported
  1506.  
  1507. ChartingMode|105 1668 0 412            'ChartingMode|113 0 412 1
  1508.  
  1509. Equations|105 1648 0                'Equations|134 .CreateGraphic("AmiEqn")
  1510.  
  1511. ImageProcessing|113 0 424 _$$6ImageProcessing             'ImageProcessing|113 0 424 1
  1512.  
  1513. GroupFrames|113 0 404 1
  1514.  
  1515. BringFrameToFront|105 1543 0            'BringFrameToFront|120 0 _$$5BringFrameToFront
  1516.  
  1517. SendFrameToBack|105 1608 0            'SendFrameToBack|120 0 _$$5SendFrameToBack
  1518.  
  1519. SetFrameDefaults|105 1732 17            'SetFrameDefaults|120 17 _$$5SetFrameDefaults
  1520.  
  1521. FrameModInit|105 1564 0                'FrameModInit|120 0 _$$2NULL
  1522.  
  1523. FrameModLines|120 10 _$$2FrameModLines
  1524.  
  1525. FrameModType|105 1690 3                'FrameModType|120 3 _$$2FrameModType
  1526.  
  1527. FrameModBorders|120 9 _$$2FrameModBorders
  1528.  
  1529. FrameModColumns|120 -1 _$$6FrameModColumns
  1530.  
  1531. 'FrameModColumns|105 1622 4 2 2 3 2 
  1532.  
  1533. FrameModFinish|105 1563 0            'FrameModFinish|120 0 _$$2NULL
  1534.  
  1535. <+#><+!>'TOOLS
  1536.  
  1537. GetNotesWriteHandle|105 1671 0
  1538.  
  1539. GoToCmd|105 1631 3 452                '|113 3 452 _$$1GotoCmd
  1540.  
  1541. GoToShade|105 1729 3                'GotoShade|105 78 3                'NotSupported
  1542.  
  1543. GotoAgain|105 1722 0                'GotoAgain|113 0 452 _$$1GotoAgain
  1544.  
  1545. FindReplace|113 0 451 0
  1546.  
  1547. Replace|105 1682 5                'Replace|120 5 _$$4Replace
  1548.  
  1549. Spell|113 0 475 0
  1550.  
  1551. SpellCheck|105 1614 1 459            'SpellCheck|113 1 459 _$$4SpellCheck
  1552.  
  1553. ChangeLanguage|105 1727 3            'ChangeLanguage|113 3 481 _$$4ChangeLanguage
  1554.  
  1555. Thesaurus|113 0 455 0
  1556.  
  1557. Glossary|105 1629 1 467                'Glossary|113 1 467 _$$3Glossary
  1558.  
  1559. GlossSet|105 1630 1 468                'GlossSet|113 1 468 _$$3GlossSet
  1560.  
  1561. Generate|105 1736 1                'Generate|113 1 465 _$$5Generate
  1562.  
  1563. Sort|105 1539 6 456                'Sort|113 6 456 1
  1564.  
  1565. ChangeShortcutKey|105 1737 3            'ChangeShortcutKey|113 3 490 _$$4ChangeShortcutKey
  1566.  
  1567. OnKey|134 .UserInterface.Accelerators.Add(%3, %1, %2, 1)
  1568.  
  1569. AssignMacroToFile|105 1697 3            'AssignMacroToFile|113 3 463 _$$4AssignMacroToFile
  1570.  
  1571. Tables|113 -1 457 _$$6Tables
  1572.  
  1573. 'Tables|105 1720 4
  1574.  
  1575. UserSetup|105 1715 11            'UserSetup|113 11 162 _$$3UserSetup
  1576.  
  1577. MacroEdit|105 1695 0            'MacroEdit|113 0 501 0
  1578.  
  1579. MacroPlay|105 1709 0            'MacroPlay|113 0 502 0
  1580.  
  1581. MacroOptions|105 1692 0            'MacroOptions|113 0 504 0
  1582.  
  1583. IconCustomize|105 1642 0
  1584.  
  1585. __$IconPos|120 1 _$$3IconPos
  1586.  
  1587. IconRight|105 1640 0
  1588.  
  1589. IconLeft|105 1641 0
  1590.  
  1591. IconTop|105 1639 0
  1592.  
  1593. IconBottom|105 1638 0
  1594.  
  1595. IconFloating|105 1663 0
  1596.  
  1597. RevisionMarking|113 2 460 _$$6RevisionMarking
  1598.  
  1599. RevisionMarkOpts|105 1745 10            'RevisionMarkOpts|113 10 461 _$$1RevisionMarkOpts
  1600.  
  1601. ReviewRevisions|105 1749 0            'ReviewRevisions|113 0 588 _$$1ReviewRevisions
  1602.  
  1603. DocumentCompare|105 1678 1 500            'DocumentCompare|113 1 500 1
  1604.  
  1605. <+#><+!>'WINDOW
  1606.  
  1607. NewWindow|134 .NewWindowCmd()
  1608.  
  1609. TileWindow|113 0 256 _$$3TileWindow
  1610.  
  1611. CascadeWindow|113 0 257 _$$3CascadeWindow
  1612.  
  1613. StartOfFiles|113 0 528 1
  1614.  
  1615. <+#><+!>'TABLES
  1616.  
  1617. TableLayout|105 1716 12            'TableLayout|113 -11 626 _$$2TableLayout
  1618.  
  1619. TableLines|105 1752 5            'TableLines|113 5 632 _$$2TableLines
  1620.  
  1621. InsertColumnRow|105 1687 3        'InsertColumnRow|113 3 627 _$$1InsertColumnRow
  1622.  
  1623. DeleteColumnRow|105 1549 1        'DeleteColumnRow|113 1 628 _$$1DeleteColumnRow
  1624.  
  1625. SizeColumnRow|105 1686 4 634        'SizeColumnRow|113 4 634 _$$1SizeColumnRow
  1626.  
  1627. ConnectCells|105 1544 0            'ConnectCells|113 0 635 _$$5ConnectCells
  1628.  
  1629. Heading|113 0 631 1
  1630.  
  1631. ProtectCells|105 1632 0        'ProtectCells|113 0 638 _$$1ProtectCells
  1632.  
  1633. LeaderNone|105 1587 0        'LeaderNone|113 0 642 0
  1634.  
  1635. LeaderDots|105 1706 0        'LeaderDots|113 0 639 0
  1636.  
  1637. LeaderHyphs|105 1585 0        'LeaderHyphs|113 0 640 0
  1638.  
  1639. LeaderLines|105 1586 0        'LeaderLines|113 0 641 0
  1640.  
  1641. QuickAddCol|113 0 644 0
  1642.  
  1643. QuickAddRow|113 0 643 0
  1644.  
  1645. EditFormula|113 0 629 0
  1646.  
  1647. SetFormula|113 1 637 _$$1SetFormula
  1648.  
  1649. MoveParagraphUp|105 1591 0        'MoveParagraphUp|105 78 0    'NotSupported
  1650.  
  1651. MoveParagraphDown|105 1590 0        'MoveParagraphDown|105 78 0    'NotSupported
  1652.  
  1653. MoveLeftOrPromote|105 1589 0        'MoveLeftOrPromote|105 78 0    'NotSupported
  1654.  
  1655. MoveRightOrDemote|105 1592 0        'MoveRightOrDemote|105 78 0    'NotSupported
  1656.  
  1657. SelectColumn|105 1604 0            ' SelectColumn|134 .Table.Select(Column)
  1658.  
  1659. SelectRow|105 1607 0            'SelectRow|134 .Table.Select(Row)
  1660.  
  1661. SelectEntireTable|105 1605 0         'SelectEntireTable|134 .Table.Select(Table)
  1662.  
  1663. DeleteEntireTable|105 1550 0        'DeleteEntireTable|134 .Table.Delete(Table)
  1664.  
  1665. <+#><+!>'HELP
  1666.  
  1667. Help|113 0 551 0
  1668.  
  1669. About|113 0 552 0
  1670.  
  1671. MacroHelp|113 0 553 0
  1672.  
  1673. EnhancementProducts|105 1723 0        'EnhancementProducts|113 0 555 0
  1674.  
  1675. UsingHelp|113 0 830 0
  1676.  
  1677. KeyboardHelp|113 0 831 0 
  1678.  
  1679. HowDoIHelp|105 1724 0            'HowDoIHelp|113 0 832 0 
  1680.  
  1681. BasicsHelp|113 0 833 0
  1682.  
  1683. UpgradeHelp|113 0 834 0
  1684.  
  1685. <+#><+!>'MISC
  1686.  
  1687. GetMailName$|105 302 0
  1688.  
  1689. TypeOver|120 -1 _$$4TypeOver
  1690.  
  1691. PageDown|134 .Forward(Page, 1, "")
  1692.  
  1693. PageUp|134 .Backward(Page, 1, "")
  1694.  
  1695. FontFaceChange|105 1625 1 278        'FontFaceChange|113 1 278 _$$1FontFaceChange
  1696.  
  1697. FontPointSizeChange|105 1561 1        'FontPointSizeChange|113 1 279 _$$1FontPointSizeChange
  1698.  
  1699. OutlineLevels|105 1600 1        'OutlineLevels|113 1 757 1
  1700.  
  1701. Delete|113 0 179 1
  1702.  
  1703. ControlPanel|105 1538 0 601        'ControlPanel|113 0 601 1
  1704.  
  1705. 'TabRuler|105 78 -1 _$$6TabRuler        'TabRuler|105 78 -1
  1706.  
  1707. TabRuler|113 -1 000 _$$6TabRuler
  1708.  
  1709. ;sammy2funs|122 parmcnt message wparam
  1710.  
  1711. Minimize|122 0 274 61472
  1712.  
  1713. Maximize|122 0 274 61488
  1714.  
  1715. Restore|122 0 274 61728
  1716.  
  1717. ExitAmi|122 0 274 61536
  1718.  
  1719. LineDown|113 0 000 _$$6AmiLineDown
  1720.  
  1721. LineUp|113 0 000 _$$6AmiLineUp
  1722.  
  1723. ScreenDown|134 Event(Event_VScroll, 0, 4, 0, 0)
  1724.  
  1725. ScreenUp|134 Event(Event_VScroll, 0, 3, 0, 0)
  1726.  
  1727. ElevatorUpDown|122 1 277 4
  1728.  
  1729. TopOfFile|134 Event(Event_VScroll, 0, 5, 0, 0)
  1730.  
  1731. EndOfFile|134 Event(Event_VScroll, 32767, 5, 0, 0)
  1732.  
  1733. CharRight|134 Event(Event_HScroll, 0, 2, 0, 0)
  1734.  
  1735. CharLeft|134 Event(Event_HScroll, 0, 1, 0, 0)
  1736.  
  1737. ScreenRight|134 Event(Event_HScroll, 0, 3, 0, 0)
  1738.  
  1739. ScreenLeft|134 Event(Event_HScroll, 0, 4, 0, 0)
  1740.  
  1741. ElevatorLeftRight|122 1 276 4
  1742.  
  1743. LeftEdge|134 Event(Event_HScroll, 58, 5, 0, 0)
  1744.  
  1745. RightEdge|134 Event(Event_HScroll, 32767, 5, 0, 0)
  1746.  
  1747. >
  1748.  
  1749. [Embedded]
  1750. 00038714
  1751.