home *** CD-ROM | disk | FTP | other *** search
/ Red Pages of the Internet / RedPagesInternet2000.iso / Other / Scala.InfoChannel.IC200.SP6-SHOCK / SCALA / IC200 / Catalogs / branch.hlp < prev    next >
Encoding:
Text File  |  1997-03-12  |  9.5 KB  |  117 lines

  1. ; Tools/cdc 2.8 (15 Jan 1997) (NT/TOOLS)
  2. ; CAT Help Emitter $Revision: 1.27 $
  3. ; Catalog definitions for module "branch.ex" (branch.ex)
  4. ; Original Command Line: 
  5. ;    z:\scala\current\nt\tools\bin\CDC.exe -t -q -n Z:\Scala\Names -i 
  6. ;    F:\MakeTMP\branch.rel\Release.rls\Include;Z:\Scala\Include branch.cdl 
  7. ;    -o branch.cdl.err -e CPublicDoc -o 
  8. ;    F:\MakeTMP\branch.rel\Release.rls\obj\Autodoc\branch.doc -e 
  9. ;    CPrivateDoc -o 
  10. ;    F:\MakeTMP\branch.rel\Release.rls\obj\Autodoc\Internal\branch.doc -e 
  11. ;    CPublicIPF -o 
  12. ;    F:\MakeTMP\branch.rel\Release.rls\obj\Autodoc\branch.ipf -e 
  13. ;    CPrivateIPF -o 
  14. ;    F:\MakeTMP\branch.rel\Release.rls\obj\Autodoc\Internal\branch.ipf -e 
  15. ;    Catalog -c -o 
  16. ;    F:\MakeTMP\branch.rel\Release.rls\obj\Catalogs\branch.msg -e Help -c 
  17. ;    -o F:\MakeTMP\branch.rel\Release.rls\obj\Catalogs\branch.hlp -e 
  18. ;    NameDB -l -o 
  19. ;    F:\MakeTMP\branch.rel\Release.rls\out\Names.dat\ex\branch\branch.ndb 
  20. ;    -e CPublicHead -v -s -o 
  21. ;    F:\MakeTMP\branch.rel\Release.rls\obj\Include\branch\branch.h -e 
  22. ;    CPrivateHead -v -s -o 
  23. ;    F:\MakeTMP\branch.rel\Release.rls\obj\Include\branch\Internal\branch.ph 
  24. ;    -e AsmMSDOS -o 
  25. ;    F:\MakeTMP\branch.rel\Release.rls\obj\src\ex\branch\_dos.asm -e 
  26. ;    AsmWin32 -o 
  27. ;    F:\MakeTMP\branch.rel\Release.rls\obj\src\ex\branch\_win32.asm -e 
  28. ;    CModuleCode -o 
  29. ;    F:\MakeTMP\branch.rel\Release.rls\obj\src\ex\branch\book.c -e 
  30. ;    CModuleHead -o 
  31. ;    F:\MakeTMP\branch.rel\Release.rls\obj\Include\branch\book.h 
  32. ; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
  33. VERSION 2
  34. REVISION 4
  35. LANGUAGE "English"
  36. NATURALNAME "Branch"
  37. ; BRANCHMENU_MenuHelp
  38. ; Help text for the Branch menu
  39. MSG 0x0d880000 "The Branch (Branching and Variables) menu allows you to create variables and set their values, create expressions, use system functions, and redirect script flow to create loops and other non-linear execution flows.@cr@crThe four buttons at the top of the Branch menu let you choose the type of branch or variable event to create."
  40. ; BRANCHMENU_SetVariableSelHelp
  41. ; The "Set Variable" selector button helptext
  42. MSG 0x0d880400 "When selected, displays the Set Variable: prompt, at which you can set variable values."
  43. ; BRANCHMENU_ConditionSelHelp
  44. ; The Condition selector button help text
  45. MSG 0x0d880800 "When selected, displays the Show If Expression: prompt, which allows you to determine whether the event this Branch setting is associated with is played."
  46. ; BRANCHMENU_RepeatSelHelp
  47. ; The Repeat selector button help text
  48. MSG 0x0d880c00 "When selected, displays a selector that lets you choose one of two types of repeat, and a text box in which to enter an expression that is the repeat condition."
  49. ; BRANCHMENU_GotoSelHelp
  50. ; The Goto selector button help text
  51. MSG 0x0d881000 "When selected, displays selectors that allow you to jump script execution to a different place in the script."
  52. ; BRANCHMENU_SetVariableHelp
  53. ; The "Set variable = expression: " button help text
  54. MSG 0x0d881400 "Allows you to enter a variable name and value specifier. You can choose an existing variable from the Variables scrolling list, or create a variable. Enter a statement in the form \"x=n\", where x is the name of a variable (existing or new) and n is a value or expression. You can include functions and operators from the other scrolling lists. If the name x is unknown, Scala asks if you want to create a variable, asks you to specify a type: numeric, text, or logical. Only integer values are allowed for numeric variables."
  55. ; BRANCHMENU_ShowIfHelp
  56. ; The "Show if" button help text
  57. MSG 0x0d881800 "Allows you to enter an expression. If the expression evaluates as True, the event with the Condition event is shown. You can use any variables, functions, and operators in the expression."
  58. ; BRANCHMENU_RepeatHelp
  59. ; The Repeat cycle button help text
  60. MSG 0x0d881c00 "Offers two types of repeats, Repeat While and Repeat Until. Either can repeat the event with which the Repeat branch is associated. For each, you provide an expression that is evaluated with each repetition to determine whether the event should be repeated. To repeat more than one event in a loop, group the events, and apply the Repeat to the group.@cr@cr\"Repeat While\" repeats the event associated with the Repeat only if the expression is True. The expression is evaluated before each time the repeat event is executed, so the event will never execute if the repeat expression is not True to begin with.@cr@cr\"Repeat Until\" repeats the event associated with the Repeat as long as the expression remains True. The expression is evaluated after each time the repeat event is executed, so the event is always executed at least once, even if the expression is not true."
  61. ; BRANCHMENU_ExpressionHelp
  62. ; The "Expression" button help text
  63. MSG 0x0d882000 "Enter an expression at the prompt, using variables, functions, and operators. It must evaluate to a logical True/False value. For example, \"A<3\" is a valid logical expression, \"3+3\" is not."
  64. ; BRANCHMENU_GotoHelp
  65. ; The Goto button help text
  66. MSG 0x0d882400 "Specifies the page or element that is the Go To destination. Click the arrows to cycle through the pages available on the current level. The page/element number appears between the arrows, its name appears to the left, and a Shuffler image of the page/element appears in the space to the right. Additional choices are None (no Go To is performed), Return to Bookmark?, which returns to the event that follows the most recent Go To/Leave Bookmark event, and Exit from Script, which exits a sub-script."
  67. ; BRANCHMENU_LevelHelp
  68. ; The Level button help text
  69. MSG 0x0d882800 "Specifies the script level (group or sub-script) on which the Go To destination page/element is located. Click the arrows to cycle through accessible levels. If the script has no groups or sub-scripts, the selector reads \"<this script>\" and is unavailable. The selected level name appears to the left."
  70. ; BRANCHMENU_BookmarkHelp
  71. ; The Bookmark button help text
  72. MSG 0x0d882c00 "When on, leaves a \"bookmark\", a marker that allows script execution to later return after executing some events at the Go To location. When a Go To: Return to Bookmark is encountered, script execution returns to the event immediately following the most recent Go To that left a bookmark. Not available when Go To: None, Go To: Return to Bookmark?, or Go To: Exit from Script is also selected."
  73. ; BRANCHMENU_ShufflerHelp
  74. ; The Shuffler button help text
  75. MSG 0x0d883000 "Shows a miniature of the destination page."
  76. ; BRANCHMENU_OkHelp
  77. ; The Branch OK button help text
  78. MSG 0x0d883400 "Accepts editing changes and returns you to the Main or List menu."
  79. ; BRANCHMENU_CancelHelp
  80. ; The Branch Cancel button help text
  81. MSG 0x0d883800 "Closes the Branch menu and returns you to the Main or List menu without saving any changes to the current page."
  82. ; BRANCHMENU_EXButtonHelp
  83. ; The Branch menu's EX column button help text for the Main menu
  84. MSG 0x0d883c00 "Shows the branching or variable event associated with the page. Click to open the Branch (Branching and Variables) menu. The Branch menu lets you create branching events like Repeat Until and Go To, assign values to variables, and create expressions."
  85. ; BRANCHMENU_EXButtonHelpList
  86. ; The Branch menu's EX column button help text for the List menu
  87. MSG 0x0d886000 "Shows the branching or variable event associated with the element. Click to open the Branch (Branching and Variables) menu. The Branch menu lets you create branching events like Repeat Until and Go To, assign values to variables, and create expressions."
  88. ; BRANCHMENU_VariableListHelp
  89. ; Variable list help text
  90. MSG 0x0d884000 "The variables scrolling list shows system variables and variables created within the current script, and shows the variable type (numeric, text, or logical). Click on a variable in the list to add it to the Set Variable, Show If Expression, or Repeat Expression text box at the cursor location."
  91. ; BRANCHMENU_FunctionListHelp
  92. ; Function list help text
  93. MSG 0x0d884400 "The Functions scrolling list shows system functions available for script use, and shows the type of variable (numeric, text, or logical) that it returns. Click on a function in the list to add it to the Set Variable, Show If Expression, or Repeat Expression text box at the cursor location."
  94. ; BRANCHMENU_OperatorListHelp
  95. ; Operator list help text
  96. MSG 0x0d884800 "The Operators scrolling list shows standard arithmetic, relational, and logical operators. Click on an operator in the list to add it to the Set Variable, Show If Expression, or Repeat Expression text box at the cursor location. You can also type the operator. Only integer operations are performed. The fractional portion of non-integer input values and results is ignored."
  97. ; VARMENU_VariableDefinitionHelp
  98. ; The Variable Definition menu help text
  99. MSG 0x0d884c00 "This dialog allows you to define the variable type for a newly created variable."
  100. ; VARMENU_StringHelp
  101. ; The String button help text
  102. MSG 0x0d885000 "Indicates that you want the variable to be defined as a text variable."
  103. ; VARMENU_IntegerHelp
  104. ; The Integer button help text
  105. MSG 0x0d885400 "Indicates that you want the variable to be defined as a numeric integer variable."
  106. ; VARMENU_BooleanHelp
  107. ; The Boolean button help text
  108. MSG 0x0d885800 "Indicates that you want the variable to be defined as a logical boolean variable."
  109. ; VARMENU_CancelHelp
  110. ; The VarMenu Cancel button help text
  111. MSG 0x0d885c00 "Closes the Variable Definition dialog and returns you to the Branch menu without defining the variable."
  112.