home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / lwp95en / lotus001.dsk / MACTOKEN.SAM < prev    next >
INI File  |  1995-08-28  |  35KB  |  1,755 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 Edit/Mark Index.
  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 Edit/Mark 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|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. GetDocInfo|105 1540 1        'GetDocInfo|120 1 _$$1GetDocInfo$
  712.  
  713. FindFirst$|105 280 2
  714.  
  715. FindFirst|105 280 2
  716.  
  717. FindNext$|105 281 0
  718.  
  719. FindNext|105 281 0
  720.  
  721. CurChar$|120 0 _$$4CurChar
  722.  
  723. CurChar|120 0 _$$4CurChar
  724.  
  725. DllLocate|105 283 3
  726.  
  727. DllCall|105 284 -1
  728.  
  729. RunLater|105 285 2
  730.  
  731. GetProfileString$|105 286 -1
  732.  
  733. GetProfileString|105 286 -1
  734.  
  735. WriteProfileString|105 287 -1
  736.  
  737. GetStyleName$|105 1577 0
  738.  
  739. GetStyleName|105 1577 0        'GetStyleName|105 288 0
  740.  
  741. GetCurrentDir$|105 290 0
  742.  
  743. GetCurrentDir|105 290 0
  744.  
  745. AnswerMsgBox|105 291 1
  746.  
  747. DarkMode|105 292 1
  748.  
  749. CursorPosition$|105 1546 0        'CursorPosition$|120 0 _$$5CursorPosition
  750.  
  751. CursorPosition|105 1546 0        'CursorPosition|120 0 _$$5CursorPosition
  752.  
  753. GetPageNo|105 1575 0        'GetPageNo|134 .Page.ID
  754.  
  755. GetMacPath|105 1571 0        'GetMacPath|134 CatSlash(.UserInterface.UIPreferences.Macro)
  756.  
  757. GetMacPath$|105 1571 0        'GetMacPath$|134 CatSlash(.UserInterface.UIPreferences.Macro)
  758.  
  759. HourGlass|105 1681 1        'HourGlass|105 296 1
  760.  
  761. DLLLoadLib|105 297 3
  762.  
  763. DLLFreeLib|105 298 1
  764.  
  765. GetGlobalVarCount|105 299 0
  766.  
  767. GetGlobalVarNames|105 300 1
  768.  
  769. GetDocInfoKeyWords$|105 1569 0        '120 0 _$$1GetDocInfoKeyWords$
  770.  
  771. GetDocInfoKeyWords|105 1569 0        'GetDocInfoKeyWords|120 0 _$$1GetDocInfoKeyWords$
  772.  
  773. GlossaryOpen|105 302 1
  774.  
  775. GlossaryLookup|105 303 2
  776.  
  777. GlossaryClose|105 304 1
  778.  
  779. AddBar|105 513 0
  780.  
  781. ShowBar|105 514 1
  782.  
  783. AddMenu|105 515 2
  784.  
  785. AddMenuItem|105 516 -4
  786.  
  787. RenameMenuItem|105 517 -4
  788.  
  789. CheckMenuItem|105 518 -4
  790.  
  791. GrayMenuItem|105 519 -4
  792.  
  793. DeleteMenuItem|105 520 -2
  794.  
  795. DeleteMenu|105 521 -2
  796.  
  797. AddMenuItemDDE|105 522 -4
  798.  
  799. ChangeMenuAction|105 523 -4
  800.  
  801. AddCascadeMenu|105 524 -3
  802.  
  803. AddCascadeMenuItem|105 525 -5
  804.  
  805. ChangeCascadeAction|105 526 -5
  806.  
  807. InsertMenuItem|105 527 -5
  808.  
  809. InsertCascadeMenu|105 528 -4
  810.  
  811. InsertMenu|105 528 3
  812.  
  813. InsertCascadeMenuItem|105 529 -6
  814.  
  815. DateDiff|105 769 2
  816.  
  817. FormatDate$|105 770 2
  818.  
  819. FormatDate|105 770 2
  820.  
  821. FormatSeq$|105 771 2
  822.  
  823. FormatSeq|105 771 2
  824.  
  825. Now|105 772 0 ~1*Now() - Returns the current Date/time. <Now() %Db>
  826.  
  827. FormatTime$|105 773 2
  828.  
  829. FormatTime|105 773 2
  830.  
  831. DOSGetEnv$|105 774 1
  832.  
  833. DOSGetEnv|105 774 1
  834.  
  835. DOSGetFileAttr|105 775 1
  836.  
  837. DOSSetFileAttr|105 776 2
  838.  
  839. DOSrmdir|105 777 1
  840.  
  841. DOSrename|105 778 2
  842.  
  843. DOSdelfile|105 779 1
  844.  
  845. DOSmkdir|105 780 1
  846.  
  847. DOSchdir|105 781 1
  848.  
  849. fread|105 782 2
  850.  
  851. fwrite|105 783 -2
  852.  
  853. BracketsToBin|105 784 1
  854.  
  855. BinToBrackets|105 785 1
  856.  
  857. Round|105 786 1
  858.  
  859. Truncate|105 787 1
  860.  
  861. Mod|105 788 2
  862.  
  863. StatusBarMsg|105 789 1
  864.  
  865. ChangeIcons|105 1662 1            'ChangeIcons|134 .UserInterface.SmartIcons.Load(%1)
  866.  
  867. SetIconSize|105 1666 1            'SetIconSize|120 1 _$$3SetIconSize
  868.  
  869. PhysicalToLogical|120 1 _$$5PhysicalToLogical
  870.  
  871. GetFmtPageStr$|105 1672 1        'GetFmtPageStr$|120 1 _$$5GetFmtPageStr
  872.  
  873. GetFmtPageStr|105 1672 1        'GetFmtPageStr|120 1 _$$5GetFmtPageStr
  874.  
  875. GetCurFrameLines|105 1664 10            'GetCurFrameLines|120 10 _$$2GetCurFrameLines
  876.  
  877. GetCurFrameType|105 1652 3            'GetCurFrameType|120 3 _$$2GetCurFrameType
  878.  
  879. GetCurFrameBorders|120 9 _$$2GetCurFrameBorders
  880.  
  881. SelectWindow|105 1542 1        'SelectWindow|105 796 1
  882.  
  883. SelectFrameByName|105 1606 1    'SelectFrameByName|134 MarkBookMark(%1, 4002)
  884.  
  885. GetAmiDirectory$|105 798 0
  886.  
  887. GetAmiDirectory|105 798 0
  888.  
  889. GetRunningMacroName$|105 799 0
  890.  
  891. GetRunningMacroName|105 799 0
  892.  
  893. IsFrameSelected|105 1582 0        'IsFrameSelected|120 0 _$$2IsFrameSelected
  894.  
  895. Beep|105 801 0
  896.  
  897. GetRunningMacroFile$|105 802 0
  898.  
  899. GetRunningMacroFile|105 802 0
  900.  
  901. DOSCopyFile|105 803 2
  902.  
  903. GetCurFontInfo|105 804 4
  904.  
  905. Assign|105 805 2
  906.  
  907. Left$|105 806 2 ~ *Left$(expression, count) - return the first "count" characters from expression.  <Left$("12345678", 4)>
  908.  
  909. Left|105 806 2
  910.  
  911. Right$|105 807 2 ~ *Right$(expression, count) - return the last "count" characters from expression.  <Right$("123456789", 5)>
  912.  
  913. Right|105 807 2
  914.  
  915. Instr|105 808 3
  916.  
  917. AppMove|105 1025 3
  918.  
  919. AppSize|105 1026 3
  920.  
  921. AppClose|105 1027 1
  922.  
  923. AppGetWindowPos|105 1028 5
  924.  
  925. AppMaximize|105 1029 1
  926.  
  927. AppMinimize|105 1030 1
  928.  
  929. AppRestore|105 1031 1
  930.  
  931. AppIsRunning|105 1032 1
  932.  
  933. AppGetAppCount|105 1033 0
  934.  
  935. AppGetAppNames|105 1034 1
  936.  
  937. AppHide|105 1035 1
  938.  
  939. AppSendMessage|105 1036 4
  940.  
  941. ClipboardRead|105 1037 1
  942.  
  943. ClipboardWrite|105 1038 2
  944.  
  945. GetBookMarkCount|105 1039 0
  946.  
  947. GetBookMarkNames|105 1040 1
  948.  
  949. ArrayInsert|105 1041 3
  950.  
  951. ArrayDelete|105 1042 2
  952.  
  953. ArraySort|105 1043 -1
  954.  
  955. ArraySearch|105 1044 -2
  956.  
  957. ArrayInsertByKey|105 1045 -3
  958.  
  959. ArraySize|105 1046 1
  960.  
  961. GetMasterFilesCount|105 1691 0        'GetMasterFilesCount|120 0 _$$4MasterFile
  962.  
  963. GetMasterFiles|105 1684    1        'GetMasterFiles|120 1 _$$4MasterFile
  964.  
  965. GetBookMarkPage|105 1623 1        'GetBookMarkPage|120 1 _$$5GetBookMarkPage
  966.  
  967. GetOpenFileCount|105 1050 0        'GetOpenFileCount|105 1573 0    
  968.  
  969. GetOpenFileNames|105 1051 1        'GetOpenFileNames|105 1574 1
  970.  
  971. GetLayoutType|120 0 _$$3GetLayoutType
  972.  
  973. GetLayoutPageSize|105 1653 4        'GetLayoutPageSize|120 4 _$$3GetLayoutPageSize
  974.  
  975. GetLayoutRightLines|105 1654 5        'GetLayoutRIghtLines|105 78 5    'NotSupported
  976.  
  977. GetLayoutLeftLines|105 1733 5        'GetLayoutLeftLines|120 5 _$$3GetLayoutLeftLines
  978.  
  979. GetLayoutParmCnt|105 1285 1
  980.  
  981. GetLayoutParameters|105 1286 2
  982.  
  983. AmiProIndirect|105 1287 3
  984.  
  985. GetWindowsDirectory$|105 1288 0
  986.  
  987. GetWindowsDirectory|105 1288 0
  988.  
  989. EvalField|105 1289 1
  990.  
  991. RecOpen|105 1290 -2
  992.  
  993. RecClose|105 1291 1
  994.  
  995. RecGetField|105 1292 2
  996.  
  997. RecNextRec|105 1293 1
  998.  
  999. RecFieldCount|105 1294 1
  1000.  
  1001. RecFieldName$|105 1295 2
  1002.  
  1003. RecFieldName|105 1295 2
  1004.  
  1005. NWGetObjectCount|105 1296 1
  1006.  
  1007. NWGetObjectNames|105 1296 3
  1008.  
  1009. NWGetContainerCount|105 1297 1
  1010.  
  1011. NWGetContainerNames|105 1297 3
  1012.  
  1013. NWReferenceToFile$|105 1298 1
  1014.  
  1015. NWGetCurrentContainer|105 1299 2
  1016.  
  1017. NWGetCurrentObject$|105 1300 0
  1018.  
  1019. TableGetRange|105 1617 4        'TableGetRange|120 4 _$$4TableGetRange 
  1020.  
  1021. GetSpecialEffects$|105 1689 0        'GetSpecialEffects$|105 1302 0
  1022.  
  1023. GetSpecialEffects|105 1689 0        'GetSpecialEffects|105 1302 0
  1024.  
  1025. NWGetParent|105 1303 3
  1026.  
  1027. GetPowerFieldCount|105 1304 1
  1028.  
  1029. GetPowerFields|105 1305 2
  1030.  
  1031. GotoPowerField|105 1306 2        '120 2 _$$5GotoPowerField
  1032.  
  1033. GetPowerFieldPage|105 1307 2
  1034.  
  1035. GetStyleCount|105 1576 0        'GetStyleCount|105 1308 0
  1036.  
  1037. GetStyleNames|105 1309 1
  1038.  
  1039. GetDocVar|134 .Document.NamedGetProperty(%1)
  1040.  
  1041. SetDocVar|134 .Document.NamedSetProperty(%1, %2)
  1042.  
  1043. GetMajic|105 1312 0
  1044.  
  1045. 'GetInfo|105 1313 -1
  1046.  
  1047. GetInfo|113 -1 1313 _$$6GetInfo
  1048.  
  1049. GetInfo|105 1313 -1
  1050.  
  1051. KeyInterrupt|105 1314 1
  1052.  
  1053. MouseInterrupt|105 1315 1
  1054.  
  1055. GetIconPalette|105 1708 0
  1056.  
  1057. IsNewWave|134 0
  1058.  
  1059. OnMDIActivate|105 1318 1
  1060.  
  1061. FieldLock|105 1319 2
  1062.  
  1063. CallLSFunction|105 1321 -3    ' file function signature args
  1064.  
  1065. FieldAuto|105 1320 2
  1066.  
  1067. FieldRemove|105 1323 2
  1068.  
  1069. FieldUpdate|105 1324 3
  1070.  
  1071. ;Numeric Constants|109 value
  1072.  
  1073. Event_Key|109 0
  1074.  
  1075. Event_MouseDown|109 1
  1076.  
  1077. Event_MouseUp|109 2
  1078.  
  1079. Event_MouseMove|109 3
  1080.  
  1081. Event_HScroll|109 6
  1082.  
  1083. Event_VScroll|109 7
  1084.  
  1085. Event_Size|109 9
  1086.  
  1087. ;Sammy_Functions:_name|113 parmcnt menuid retval
  1088.  
  1089. <+#><+!>'FILE
  1090.  
  1091. PrintEnvelope|113 0 237 1
  1092.  
  1093. MergeWelcome|113 0 781 0
  1094.  
  1095. CreateDataFile|105 1701 0        'CreateDataFile|113 0 784 1
  1096.  
  1097. OpenMergeFile|105 1728 3        'OpenMergeFile|113 3 785 _$$4OpenMergeFile
  1098.  
  1099. CreateDescriptionFile|113 -1 783 _$$6CreateDescriptionFile
  1100.  
  1101. OpenDataFile|105 1717 2            'OpenDataFile|113 2 789 _$$4OpenDataFile
  1102.  
  1103. EditDataFile|113 0 787 1
  1104.  
  1105. New|105 1636 3 101                    'New|113 3 101 _$$1New
  1106.  
  1107. FileOpen|105 1559 3 790                'FileOpen|105 1559 3    'FileOpen|113 3 102 _$$1FileOpen
  1108.  
  1109. 'OpenFile|113 2 790 1
  1110.  
  1111. ImportText|113 3 152 1
  1112.  
  1113. FileClose|113 0 732 1
  1114.  
  1115. NextWindow|105 1659 0 727            'NextWindow|113 0 727 1
  1116.  
  1117. Save|113 0 103 1
  1118.  
  1119. SaveAs|105 1624 4 104        'SaveAs|113 4 104 _$$2SaveAs
  1120.  
  1121. SaveAsObject|113 4 127 1
  1122.  
  1123. SaveAsMaster|113 2 130 1
  1124.  
  1125. Revert|113 0 105 1
  1126.  
  1127. ImportPicture|105 1643 4 141        'ImportPicture|113 4 141 _$$4ImportPicture
  1128.  
  1129. 'ImportExport|105 7 78 _$$6amiImportExport        
  1130.  
  1131. 'ImportExport|105 78 -1    
  1132.  
  1133. 'ImportExport|113 78 -1 _$$6amiImportExport
  1134.  
  1135. ImportExport|113 -1 254 _$$6amiImportExport
  1136.  
  1137. FileManagement|105 1725 0        'FileManagement|105 FileManagement|120 0 _$$5FileManagement
  1138.  
  1139. '_FileManagement|113 0 108 1
  1140.  
  1141. DocInfo|105 1551 3 109            'DocInfo|113 3 109 _$$1DocInfo
  1142.  
  1143. RenameDocInfoField|113 2 125 _$$1RenameDIF
  1144.  
  1145. DocInfoFields|105 1552 8 140        'DocInfoFields|113 8 140 _$$1DocInfoFields
  1146.  
  1147. DDELinks|113 -1 115 1
  1148.  
  1149. MasterDoc|105 1694 0            'MasterDoc|113 0 146 0
  1150.  
  1151. MasterDocOpts|105 1693 0        'MasterDocOpts|105 78 0            'NotSupported
  1152.  
  1153. Merge|113 -1 110 _$$6Merge
  1154.  
  1155. MergeToFile|113 -1 110 _$$4MergeToFile
  1156.  
  1157. MergeMacro|113 -1 110 _$$6MergeMacro
  1158.  
  1159. MergeAction|105 1735 1            'MergeAction|113 1 116 _$$4MergeAction
  1160.  
  1161. SelectDataFile|113 2 780 _$$4SelectDataFile
  1162.  
  1163. SelectMergeDataFile|113 2 788 0
  1164.  
  1165. FilePrint|105 1560 4 111        'FilePrint|113 4 111 _$$3FilePrint
  1166.  
  1167. PrintOptions|113 3 126 _$$3PrintOptions
  1168.  
  1169. PrintSetup|105 1602 2 112        'PrintSetup|113 -1 112 _$$5PrintSetup
  1170.  
  1171. SetMasterFiles|105 1683 3        'SetMasterFiles|120 -3 _$$4SetMasterFiles
  1172.  
  1173. settocfile|105 1698 1            'SetTOCFile|120 1 _$$4SetTOCFile
  1174.  
  1175. SetIndexFile|105 1699 2            '2 SetIndexFile|120 2 _$$4SetIndexFile
  1176.  
  1177. SetTOCOpts|105 1700 6            'SetTOCOpts|113 7 470 _$$3SetTOCOpts
  1178.  
  1179. TOCOptions|113 -1 495 _$$6TOCOptions
  1180.  
  1181. ObjectAttributes|113 4 143 1
  1182.  
  1183. ASCIIOptions|105 1731 1            'AsciiOptions|113 1 123 1
  1184.  
  1185. SendMail|113 1 229 1
  1186.  
  1187. ReadMail|113 0 230 1
  1188.  
  1189. OpenPreviousFile1|105 1595 0 133        'OpenPreviousFile1|113 0 133 1
  1190.  
  1191. OpenPreviousFile2|105 1596 0 134        'OpenPreviousFile2|113 0 134 1
  1192.  
  1193. OpenPreviousFile3|105 1597 0 135        'OpenPreviousFile3|113 0 135 1
  1194.  
  1195. OpenPreviousFile4|105 1598 0 136        'OpenPreviousFile4|113 0 136 1
  1196.  
  1197. OpenPreviousFile5|105 1599 0 137        'OpenPreviousFile5|113 0 137 1
  1198.  
  1199. <+#><+!>'EDIT
  1200.  
  1201. Undo|113 0 151 1
  1202.  
  1203. Cut|113 0 153 1
  1204.  
  1205. Copy|105 1545 0 154                'Copy|113 0 154 1
  1206.  
  1207. Paste|113 0 155 1
  1208.  
  1209. PasteSpecial|105 1713 1
  1210.  
  1211. InsertVariable|113 0 158 0
  1212.  
  1213. InsertMerge|113 0 182 0
  1214.  
  1215. InsertDocInfo|113 0 183 0
  1216.  
  1217. InsertDate|105 1644 2 165            'InsertDate|113 2 165 _$$2InsertDate
  1218.  
  1219. InsertMergeField|105 1657 1            'InsertMergeField|134 FieldAdd(%1)
  1220.  
  1221. InsertDocInfoField|105 1645 2            'InsertDocInfoField|120 2 _$$5InsertDocInfoField
  1222.  
  1223. MarkText|113 0 159 0
  1224.  
  1225. MarkTOC|113 0 159 103
  1226.  
  1227. MarkIndexWord|113 0 180 0
  1228.  
  1229. MarkTOCEntry|113 0 835 0
  1230.  
  1231. InsertBullet|105 1656 1 836            'InsertBullet|113 1 836 _$$2InsertBullet
  1232.  
  1233. MarkBookMark|105 1658 2 466            'MarkBookMark|113 2 466 _$$4MarkBookMark
  1234.  
  1235. Footnotes|105 1718 5 160            'Footnotes|113 5 160 _$$3Footnotes
  1236.  
  1237. Notes|105 1594 0 282                'Notes|113 0 282 1
  1238.  
  1239. InsertNote|120 1 _$$5InsertNote
  1240.  
  1241. SetDefPaths|105 1610 0                'SetDefPaths|105 78 0    'NotSupported
  1242.  
  1243. UseWorkingDir|105 1621 1 591            'UseWorkingDir|113 1 591 _$$3UseWorkingDir
  1244.  
  1245. SetDefOptions|105 1609 2 173            'SetDefOptions|113 2 173 _$$4SetDefOptions
  1246.  
  1247. SetDocPath|113 1 174 _$$1SetDocPath
  1248.  
  1249. SetStylePath|113 1 175 _$$1SetStylePath
  1250.  
  1251. SetBackPath|113 1 176 _$$1SetBackPath
  1252.  
  1253. SetMacroPath|113 1 286 _$$1SetMacroPath
  1254.  
  1255. SetIconPath|105 1611 1 518            'SetIconPath|113 1 518 _$$1SetIconPath
  1256.  
  1257. FieldEvaluate|113 0 571 1
  1258.  
  1259. FieldNext|105 1626 0 569            'FieldNext|113 0 569 _$$5FieldNext
  1260.  
  1261. FieldPrev|105 1627 0 570            'FieldPrev|113 0 570 _$$5FieldPrev
  1262.  
  1263. FieldAdd|134 .InsertField(%1)
  1264.  
  1265. FieldSave|113 1 269 1
  1266.  
  1267. FieldEnd|113 0 568 1
  1268.  
  1269. FieldCommand|113 0 568 0
  1270.  
  1271. FieldToggleDisplay|105 1557 0 266        'FieldToggleDisplay|113 0 266 0
  1272.  
  1273. FieldShow|120 -1 _$$4FieldShow
  1274.  
  1275. FieldShowResults|134 FieldShow(1)
  1276.  
  1277. FieldUpdateAll|105 1633 0 267            'FieldUpdateAll|113 0 267 1
  1278.  
  1279. ProtectedText|105 1603 0 188            'ProtectedText|113 -1 188 1
  1280.  
  1281. NoHyphenation|105 1646 0 189            'NoHyphenation|113 -1 189 1
  1282.  
  1283. SetDataFile|105 1710 4            
  1284.  
  1285. GlossaryAdd|105 1730 3                'GlossaryAdd|113 3 199 1
  1286.  
  1287. RevisionInsertion|113 0 187 1
  1288.  
  1289. InsertNewObject|113 1 589 1
  1290.  
  1291. <+!><+#>'OBJECT
  1292.  
  1293. CreateANew|113 0 192 1
  1294.  
  1295. OpenObject|113 0 191 1
  1296.  
  1297. ListObjects|113 2 193 1
  1298.  
  1299. ShowLinks|113 1 194 1
  1300.  
  1301. ObjectAttributes|113 4 195 1
  1302.  
  1303. Share|113 0 184 1
  1304.  
  1305. <+#><+!>'<-#><+#>VIEW
  1306.  
  1307. FullPageView|105 1565 0    201        'FullPageView|113 0 201 1
  1308.  
  1309. CustomView|105 1547 0 202        'CustomView|113 0 202 1
  1310.  
  1311. WorkingView|113 0 202 1
  1312.  
  1313. StandardView|113 0 203 1
  1314.  
  1315. EnlargedView|105 1554 0 204        'EnlargedView|113 0 204 1
  1316.  
  1317. FacingView|105 1555 0 214        'FacingView|113 0 214 1
  1318.  
  1319. LayoutMode|105 1584 0 210        'LayoutMode|113 0 210 1
  1320.  
  1321. DraftMode|105 1553 0 211        'DraftMode|113 0 211 _$$5DraftMode
  1322.  
  1323. _DraftMode|113 0 211 1
  1324.  
  1325. OutlineMode|105 1601 0 218            'OutlineMode|113 0 218 1
  1326.  
  1327. ViewPreferences|105 1651 2 206            'ViewPreferences|113 2 206 _$$2ViewPreferences
  1328.  
  1329. ToggleCleanScreen|105 1619 0            'ToggleCleanScreen|113 0 233 1
  1330.  
  1331. CleanScreenOptions|105 1685 1 206        'CleanScreenOptions|113 1 234 _$$3CleanScreenOptions
  1332.  
  1333. ToggleTabRuler|105 1620 0 207            'ToggleTabRuler|113 0 207 1
  1334.  
  1335. ShowTabRuler|134 __$TabRuler(1)
  1336.  
  1337. HideTabRuler|134 __$TabRuler(2)
  1338.  
  1339. __$TabRuler|120 1 _$$2TabRuler
  1340.  
  1341. ToggleIconbar|113 0 208 1
  1342.  
  1343. ShowIconBar|105 1613 0        'ShowIconbar|120 0 _$$1ShowIconBar
  1344.  
  1345. HideIconbar|105 1581 0        'HideIconbar|120 0 _$$1HideIconBar
  1346.  
  1347. LoadOptions|105 1702 3        'LoadOptions|113 3 217 _$$1LoadOptions
  1348.  
  1349. <+#><+!>'TEXT
  1350.  
  1351. FastFormat|105 1667 0        'FastFormat|134 .FastFormat(0)
  1352.  
  1353. ApplyFormat|105 1696 0        'ApplyFormat|113 0 238 1
  1354.  
  1355. FontChange|113 4 251 _$$1FontChange
  1356.  
  1357. FontRevert|105 1562 0 251        'FontRevert|113 0 251 _$$1FontRevert
  1358.  
  1359. LeftAlign|113 0 259 1
  1360.  
  1361. RightAlign|113 0 261 1
  1362.  
  1363. Center|113 0 260 1
  1364.  
  1365. Justify|105 1583 0 262            'Justify|113 0 262 1
  1366.  
  1367. Spacing|105 1679 1            'Spacing|113 1 252 _$$2Spacing
  1368.  
  1369. NormalText|113 0 253 _$$2NormalText
  1370.  
  1371. Bold|113 -1 254 _$$3Bold
  1372.  
  1373. Italic|113 -1 255 _$$3Italic
  1374.  
  1375. Underline|113 -1 256 _$$3Underline
  1376.  
  1377. WordUnderline|113 -1 257 _$$3WordUnderline
  1378.  
  1379. SpecialEffects|113 2 258 _$$3SpecialEffects
  1380.  
  1381. Indent|113 4 265 _$$1Indent
  1382.  
  1383. IndentAll|105 1703 0            'IndentAll|113 0 247 _$$1IndentAll
  1384.  
  1385. IndentFirst|105 1704 0            'IndentFirst|113 0 248 _$$1IndentFirst
  1386.  
  1387. IndentRest|105 1705 0            'IndentRest|113 0 249 _$$1IndentRest
  1388.  
  1389. Uppercase|113 0 273 _$$1Uppercase
  1390.  
  1391. LowerCase|113 0 287 _$$1LowerCase
  1392.  
  1393. InitialCaps|105 78 -1            'NotSupported
  1394.  
  1395. SmallCaps|105 1665 0 289            'SmallCaps|113 0 289 _$$1SmallCaps
  1396.  
  1397. <+#><+!>'STYLE
  1398.  
  1399. CreateStyle|105 1721 3 301            'CreateStyle|113 3 301 _$$1CreateStyle
  1400.  
  1401. ModifyStyle|113 0 302 0
  1402.  
  1403. ModifySelect|105 1588 1                'ModifySelect|120 1 _$$5ModifySelect
  1404.  
  1405. ModifyBreaks|113 -3 312 _$$1ModifyBreaks
  1406.  
  1407. ModifyAlignment|113 6 313 _$$1ModifyAlignment
  1408.  
  1409. ModifyLines|113 8 314 _$$1ModifyLines
  1410.  
  1411. ModifyFont|113 4 315 _$$1ModifyFont
  1412.  
  1413. ModifySpacing|113 7 316 _$$1ModifySpacing
  1414.  
  1415. ModifyTable|113 6 317 _$$1ModifyTable
  1416.  
  1417. ModifyEffects|113 7 318 _$$1ModifyEffects
  1418.  
  1419. ModifyReflow|134 SetGlobalVar("__MODIFY_SELECT__", "")
  1420.  
  1421. UseAnotherStyle|105 1650 2 304            'UseAnotherStyle|113 2 304 1
  1422.  
  1423. SaveAsNewStyle|113 5 305 _$$5SaveAsNewStyle
  1424.  
  1425. StyleManagement|113 0 303 0
  1426.  
  1427. SelectStyle|105 1738 0                    'SelectStyle|113 0 306 0
  1428.  
  1429. Togglestylesbox|105 1649 0                'ToggleStylesBox|105 78 0    'NotSupported
  1430.  
  1431. ShowStylesBox|105 1647 0                'ShowStylesBox|105 78 0    'NotSupported
  1432.  
  1433. HideStylesBox|105 1637 0 307                'HideStylesBox|113 0 307 3
  1434.  
  1435. DefineStyle|105 1548 0 324                'DefineStyle|113 0 324 1
  1436.  
  1437. StyleManageInit|105 1616 0
  1438.  
  1439. StyleManageAction|105 1719 3                'StyleManageAction|105 78 3    'NotSupported
  1440.  
  1441. StyleManageFinish|105 1615 0
  1442.  
  1443. OutlineStyle|113 -1 320 _$$5OutlineStyle
  1444.  
  1445. SetStyle|105 1612 1 323            'SetStyle|113 1 323 _$$1SetStyle
  1446.  
  1447. <+#><+!>'PAGE
  1448.  
  1449. InsertLayout|105 1711 0            'InsertLayout|134 .InsertPageLayout()
  1450.  
  1451. RemoveLayout|105 1714 0            
  1452.  
  1453. RevertLayout|105 1707 0            
  1454.  
  1455. ModifyLayout|113 0 352 0
  1456.  
  1457. ModLayoutFinish|120 0 _$$3ModLayoutFinish
  1458.  
  1459. ModLayoutInit|120 1 _$$3ModLayoutInit
  1460.  
  1461. ModLayoutPageSize|120 4 _$$3ModLayoutPageSize
  1462.  
  1463. ModLayoutRightPage|120 -8 _$$3ModLayoutRightPage
  1464.  
  1465. ModLayoutRightHeader|120 -8 _$$3ModLayoutRightHeader
  1466.  
  1467. ModLayoutRightFooter|120 -8 _$$3ModLayoutRightFooter
  1468.  
  1469. ModLayoutRightLines|120 5 _$$3ModLayoutRightLines
  1470.  
  1471. ModLayoutLeftPage|120 -8 _$$3ModLayoutLeftPage
  1472.  
  1473. ModLayoutLeftHeader|120 -8 _$$3ModLayoutLeftHeader
  1474.  
  1475. ModLayoutLeftFooter|120 -8 _$$3ModLayoutLeftFooter
  1476.  
  1477. ModLayoutLeftLines|120 5 _$$3ModLayoutLeftLines
  1478.  
  1479. FloatingHeader|105 78 1    'NotSupported
  1480.  
  1481. TabRulerInsert|105 1734 0            'TabRulerInsert|113 0 371 _$$3TabRulerInsert
  1482.  
  1483. TabRulerRemove|105 1618 0 372            'TabRulerRemove|113 0 372 _$$3TabRulerRemove
  1484.  
  1485. PageNumber|105 1669 4 356            'PageNumber|113 4 356 _$$3PageNumber
  1486.  
  1487. LineNumber|105 1726 3                'LineNumber|113 3 359 _$$5LineNumber
  1488.  
  1489. PageBreak|105 1670 1 357            'PageBreak|113 1 357 _$$3PageBreak
  1490.  
  1491. HeaderFooter|105 1655 1 377        'HeaderFooter|113 1 377 _$$3HeaderFooter
  1492.  
  1493. FloatHeader|113 0 360 0
  1494.  
  1495. <+!><+#>'FRAME
  1496.  
  1497. 'AddFrame|113 4 413 1
  1498.  
  1499. AddFrame|105 1660 4 413            'AddFrame|113 4 413 _$$2AddFrame
  1500.  
  1501. ManualFrame|113 0 409 1
  1502.  
  1503. AddFrameDlg|113 4 414 1
  1504.  
  1505. FrameLayout|105 1635 0 402            'FrameLayout|113 0 402 0
  1506.  
  1507. GraphicsScaling|105 1712 6            'GraphicsScaling|105 78 6            'NotSupported
  1508.  
  1509. DrawingMode|105 78 0                'NotSupported
  1510.  
  1511. ChartingMode|105 1668 0 412            'ChartingMode|113 0 412 1
  1512.  
  1513. Equations|105 1648 0                'Equations|134 .CreateGraphic("AmiEqn")
  1514.  
  1515. ImageProcessing|113 0 424 1
  1516.  
  1517. GroupFrames|113 0 404 1
  1518.  
  1519. BringFrameToFront|105 1543 0            'BringFrameToFront|120 0 _$$5BringFrameToFront
  1520.  
  1521. SendFrameToBack|105 1608 0            'SendFrameToBack|120 0 _$$5SendFrameToBack
  1522.  
  1523. SetFrameDefaults|105 1732 17            'SetFrameDefaults|120 17 _$$5SetFrameDefaults
  1524.  
  1525. FrameModInit|105 1564 0                'FrameModInit|120 0 _$$2NULL
  1526.  
  1527. FrameModLines|120 10 _$$2FrameModLines
  1528.  
  1529. FrameModType|105 1690 3                'FrameModType|120 3 _$$2FrameModType
  1530.  
  1531. FrameModBorders|120 9 _$$2FrameModBorders
  1532.  
  1533. FrameModColumns|120 -1 _$$6FrameModColumns
  1534.  
  1535. 'FrameModColumns|105 1622 4 2 2 3 2 
  1536.  
  1537. FrameModFinish|105 1563 0            'FrameModFinish|120 0 _$$2NULL
  1538.  
  1539. <+#><+!>'TOOLS
  1540.  
  1541. GetNotesWriteHandle|105 1671 0
  1542.  
  1543. GoToCmd|105 1631 3 452                '|113 3 452 _$$1GotoCmd
  1544.  
  1545. GoToShade|105 1729 3                'GotoShade|105 78 3                'NotSupported
  1546.  
  1547. GotoAgain|105 1722 0                'GotoAgain|113 0 452 _$$1GotoAgain
  1548.  
  1549. FindReplace|113 0 451 0
  1550.  
  1551. Replace|105 1682 5                'Replace|120 5 _$$4Replace
  1552.  
  1553. Spell|113 0 475 0
  1554.  
  1555. SpellCheck|105 1614 1 459            'SpellCheck|113 1 459 _$$4SpellCheck
  1556.  
  1557. ChangeLanguage|105 1727 3            'ChangeLanguage|113 3 481 _$$4ChangeLanguage
  1558.  
  1559. Thesaurus|113 0 455 0
  1560.  
  1561. Glossary|105 1629 1 467                'Glossary|113 1 467 _$$3Glossary
  1562.  
  1563. GlossSet|105 1630 1 468                'GlossSet|113 1 468 _$$3GlossSet
  1564.  
  1565. Generate|105 1736 1 465                'Generate|113 1 465 _$$5Generate
  1566.  
  1567. Sort|105 1539 6 456                'Sort|113 6 456 1
  1568.  
  1569. ChangeShortcutKey|105 1737 3            'ChangeShortcutKey|113 3 490 _$$4ChangeShortcutKey
  1570.  
  1571. OnKey|134 .UserInterface.Accelerators.Add(%3, %1, %2, 1)
  1572.  
  1573. AssignMacroToFile|105 1697 3            'AssignMacroToFile|113 3 463 _$$4AssignMacroToFile
  1574.  
  1575. Tables|113 -1 457 _$$6Tables
  1576.  
  1577. 'Tables|105 1720 4
  1578.  
  1579. 'TTables|105 1715 13                
  1580.  
  1581. UserSetup|113 11 162 _$$3UserSetup
  1582.  
  1583. MacroEdit|105 1695 0            'MacroEdit|113 0 501 0
  1584.  
  1585. MacroPlay|105 1709 0            'MacroPlay|113 0 502 0
  1586.  
  1587. MacroOptions|105 1692 0            'MacroOptions|113 0 504 0
  1588.  
  1589. IconCustomize|105 1642 0
  1590.  
  1591. __$IconPos|120 1 _$$3IconPos
  1592.  
  1593. IconRight|105 1640 0
  1594.  
  1595. IconLeft|105 1641 0
  1596.  
  1597. IconTop|105 1639 0
  1598.  
  1599. IconBottom|105 1638 0
  1600.  
  1601. IconFloating|105 1663 0
  1602.  
  1603. RevisionMarking|113 2 460 _$$1RevisionMarking
  1604.  
  1605. RevisionMarkOpts|113 10 461 _$$1RevisionMarkOpts
  1606.  
  1607. ReviewRevisions|113 0 588 _$$1ReviewRevisions
  1608.  
  1609. DocumentCompare|105 1678 1 500            'DocumentCompare|113 1 500 1
  1610.  
  1611. <+#><+!>'WINDOW
  1612.  
  1613. NewWindow|134 .NewWindowCmd()
  1614.  
  1615. TileWindow|113 0 256 _$$3TileWindow
  1616.  
  1617. CascadeWindow|113 0 257 _$$3CascadeWindow
  1618.  
  1619. StartOfFiles|113 0 528 1
  1620.  
  1621. <+#><+!>'TABLES
  1622.  
  1623. TableLayout|105 1716 12            'TableLayout|113 -11 626 _$$2TableLayout
  1624.  
  1625. TableLines|113 5 632 _$$2TableLines
  1626.  
  1627. InsertColumnRow|105 1687 3        'InsertColumnRow|113 3 627 _$$1InsertColumnRow
  1628.  
  1629. DeleteColumnRow|105 1549 1        'DeleteColumnRow|113 1 628 _$$1DeleteColumnRow
  1630.  
  1631. SizeColumnRow|105 1686 4 634        'SizeColumnRow|113 4 634 _$$1SizeColumnRow
  1632.  
  1633. ConnectCells|105 1544 0            'ConnectCells|113 0 635 _$$5ConnectCells
  1634.  
  1635. Heading|113 0 631 1
  1636.  
  1637. ProtectCells|105 1632 0        'ProtectCells|113 0 638 _$$1ProtectCells
  1638.  
  1639. LeaderNone|105 1587 0        'LeaderNone|113 0 642 0
  1640.  
  1641. LeaderDots|105 1706 0        'LeaderDots|113 0 639 0
  1642.  
  1643. LeaderHyphs|105 1585 0        'LeaderHyphs|113 0 640 0
  1644.  
  1645. LeaderLines|105 1586 0        'LeaderLines|113 0 641 0
  1646.  
  1647. QuickAddCol|113 0 644 0
  1648.  
  1649. QuickAddRow|113 0 643 0
  1650.  
  1651. EditFormula|113 0 629 0
  1652.  
  1653. SetFormula|113 1 637 _$$1SetFormula
  1654.  
  1655. MoveParagraphUp|105 1591 0        'MoveParagraphUp|105 78 0    'NotSupported
  1656.  
  1657. MoveParagraphDown|105 1590 0        'MoveParagraphDown|105 78 0    'NotSupported
  1658.  
  1659. MoveLeftOrPromote|105 1589 0        'MoveLeftOrPromote|105 78 0    'NotSupported
  1660.  
  1661. MoveRightOrDemote|105 1592 0        'MoveRightOrDemote|105 78 0    'NotSupported
  1662.  
  1663. SelectColumn|105 1604 0            ' SelectColumn|134 .Table.Select(Column)
  1664.  
  1665. SelectRow|105 1607 0            'SelectRow|134 .Table.Select(Row)
  1666.  
  1667. SelectEntireTable|105 1605 0         'SelectEntireTable|134 .Table.Select(Table)
  1668.  
  1669. DeleteEntireTable|105 1550 0        'DeleteEntireTable|134 .Table.Delete(Table)
  1670.  
  1671. <+#><+!>'HELP
  1672.  
  1673. Help|113 0 551 0
  1674.  
  1675. About|113 0 552 0
  1676.  
  1677. MacroHelp|113 0 553 0
  1678.  
  1679. EnhancementProducts|105 1723 0        'EnhancementProducts|113 0 555 0
  1680.  
  1681. UsingHelp|113 0 830 0
  1682.  
  1683. KeyboardHelp|113 0 831 0 
  1684.  
  1685. HowDoIHelp|105 1724 0            'HowDoIHelp|113 0 832 0 
  1686.  
  1687. BasicsHelp|113 0 833 0
  1688.  
  1689. UpgradeHelp|113 0 834 0
  1690.  
  1691. <+#><+!>'MISC
  1692.  
  1693. GetMailName$|105 302 0
  1694.  
  1695. TypeOver|120 -1 _$$4TypeOver
  1696.  
  1697. PageDown|134 .Forward(Page, 1, "")
  1698.  
  1699. PageUp|134 .Backward(Page, 1, "")
  1700.  
  1701. FontFaceChange|105 1625 1 278        'FontFaceChange|113 1 278 _$$1FontFaceChange
  1702.  
  1703. FontPointSizeChange|105 1561 1        'FontPointSizeChange|113 1 279 _$$1FontPointSizeChange
  1704.  
  1705. OutlineLevels|105 1600 1        'OutlineLevels|113 1 757 1
  1706.  
  1707. Delete|113 0 179 1
  1708.  
  1709. ControlPanel|105 1538 0 601        'ControlPanel|113 0 601 1
  1710.  
  1711. TabRuler|105 78 -1    'NotSupported
  1712.  
  1713. ;sammy2funs|122 parmcnt message wparam
  1714.  
  1715. Minimize|122 0 274 61472
  1716.  
  1717. Maximize|122 0 274 61488
  1718.  
  1719. Restore|122 0 274 61728
  1720.  
  1721. ExitAmi|122 0 274 61536
  1722.  
  1723. LineDown|134 Event(Event_VScroll, 0, 1, 0, 0)
  1724.  
  1725. LineUp|134 Event(Event_VScroll, 0, 2, 0, 0)
  1726.  
  1727. ScreenDown|134 Event(Event_VScroll, 0, 4, 0, 0)
  1728.  
  1729. ScreenUp|134 Event(Event_VScroll, 0, 3, 0, 0)
  1730.  
  1731. ElevatorUpDown|122 1 277 4
  1732.  
  1733. TopOfFile|134 Event(Event_VScroll, 0, 5, 0, 0)
  1734.  
  1735. EndOfFile|134 Event(Event_VScroll, 32767, 5, 0, 0)
  1736.  
  1737. CharRight|134 Event(Event_HScroll, 0, 2, 0, 0)
  1738.  
  1739. CharLeft|134 Event(Event_HScroll, 0, 1, 0, 0)
  1740.  
  1741. ScreenRight|134 Event(Event_HScroll, 0, 3, 0, 0)
  1742.  
  1743. ScreenLeft|134 Event(Event_HScroll, 0, 4, 0, 0)
  1744.  
  1745. ElevatorLeftRight|122 1 276 4
  1746.  
  1747. LeftEdge|134 Event(Event_HScroll, 58, 5, 0, 0)
  1748.  
  1749. RightEdge|134 Event(Event_HScroll, 32767, 5, 0, 0)
  1750.  
  1751. >
  1752.  
  1753. [Embedded]
  1754. 00038714
  1755.