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