home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 11 / PCPP11.iso / utils / frogbit / fb-097.exe / FROGBIT.CNT (.txt) < prev    next >
Encoding:
Microsoft Windows Help File Content  |  1997-02-04  |  3.5 KB  |  154 lines

  1. :Base Frogbit.hlp
  2. 1 Overview of Help=OVERVIEW
  3. 1 What's New in V0.97=WHATSNEW_V097
  4. 1 Quick Start
  5. 2 Starting the IDE=QS_STARTIDE
  6. 2 The IDE Main Window=MAINWINDOW
  7. 2 Running the Program=QS_RUNNING
  8. 2 Controlling Program Execution=QS_CONTROLLING
  9. 2 Tracking Intermediate Results=QS_TRACKING
  10. 1 Introduction
  11. 2 Introduction to Frogbit=INTRODUCTION
  12. 2 Introduction to Commands=INTRO_COMMANDS
  13. 2 Introduction to Variables=INTRO_VARIABLES
  14. 2 Introduction to Expressions=INTRO_EXPR
  15. 1 Examples
  16. 2 About the Examples=ABOUT_EXAMPLES
  17. 2 Commands
  18. 3 copy lines=C_COPYLINES_EXAMPLES
  19. 3 skip lines=C_SKIPLINES_EXAMPLES
  20. 3 read=C_READ_EXAMPLES
  21. 3 write=C_WRITE_EXAMPLES
  22. 3 input (command)=C_INPUT_EXAMPLES
  23. 3 reset=C_RESET_EXAMPLES
  24. 3 output (command)=C_OUTPUT_EXAMPLES
  25. 3 set=C_SET_EXAMPLES
  26. 3 if..else..elseif..endif=C_IFETC_EXAMPLES
  27. 3 do..loop=C_DOETC_EXAMPLES
  28. 3 for each..next=C_FOREACHETC_EXAMPLES
  29. 3 leave=C_LEAVE_EXAMPLES
  30. 3 choose=C_CHOOSE_EXAMPLES
  31. 3 error=C_ERROR_EXAMPLES
  32. 3 pause=C_PAUSE_EXAMPLES
  33. 3 in=C_IN_EXAMPLES
  34. 3 refresh=C_REFRESH
  35. 3 status=C_STATUS
  36. 1 Project Wizard
  37. 2 Overview=PROJECT_WIZARD
  38. 2 "Introduction"=PW_01
  39. 2 "Summary"=PW_02
  40. 2 "Type of Program"=PW_10
  41. 2 "Process in Sections - Header"=PW_11
  42. 2 "Process in Sections - Body"=PW_12
  43. 2 "Input File"=PW_03
  44. 2 "Output File"=PW_04
  45. 2 "Finished"=PW_99
  46. 1 Reference
  47. 2 Syntax=SYNTAX
  48. 2 Commands
  49. 3 copy lines=C_COPYLINES
  50. 3 skip lines=C_SKIPLINES
  51. 3 read=C_READ
  52. 3 write=C_WRITE
  53. 3 input (command)=C_INPUT
  54. 3 reset=C_RESET
  55. 3 output (command)=C_OUTPUT
  56. 3 set=C_SET
  57. 3 if..else..elseif..endif=C_IFETC
  58. 3 do..loop=C_DOETC
  59. 3 for each..next=C_FOREACHETC
  60. 3 leave=C_LEAVE
  61. 3 choose=C_CHOOSE
  62. 3 error=C_ERROR
  63. 3 pause=C_PAUSE
  64. 3 in=C_IN
  65. 3 refresh=C_REFRESH
  66. 3 status=C_STATUS
  67. 2 Operators
  68. 3 Operator Priorities=PRIORITIES
  69. 3 Logical Operators
  70. 4 and=AND
  71. 4 or=OR
  72. 4 not=NOT
  73. 3 Relational Operators
  74. 4 <=LESSTHAN
  75. 4 >=GREATERTHAN
  76. 4 \==EQUALS
  77. 4 <>=NOTEQUAL
  78. 4 contains=CONTAINS
  79. 4 beginsWith=BEGINSWITH
  80. 4 endsWith=ENDSWITH
  81. 4 matches=MATCHES
  82. 3 String Operators
  83. 4 &=CONCAT
  84. 4 |=MERGE
  85. 4 ||=MULTIMERGE
  86. 4 trim=TRIM
  87. 4 without=WITHOUT
  88. 4 rj=RJ
  89. 4 lj=LJ
  90. 4 withAll..replacedBy=WITHALL_REPLACEDBY
  91. 4 after=AFTER
  92. 4 before=BEFORE
  93. 4 except=EXCEPT
  94. 4 exceptAll=EXCEPTALL
  95. 4 dlmBy..at=DLMBY_AT
  96. 4 atIndex..len=ATINDEX_LEN
  97. 4 asLines=ASLINES
  98. 4 length=LENGTH
  99. 3 Arithmetic Operators
  100. 4 +=PLUS
  101. 4 -=MINUS
  102. 4 *=TIMES
  103. 4 /=DIVIDE
  104. 3 Filepath-Making Operators
  105. 4 withDrive=WITHDRIVE
  106. 4 withDir=WITHDIR
  107. 4 withFile=WITHFILE
  108. 4 withExt=WITHEXT
  109. 4 withDriveDir=WITHDRIVEDIR
  110. 4 withFileExt=WITHFILEEXT
  111. 3 Filepath-Breaking Operators
  112. 4 driveOf=DRIVEOF
  113. 4 dirOf=DIROF
  114. 4 fileOf=FILEOF
  115. 4 extOf=EXTOF
  116. 4 driveDirOf=DRIVEDIROF
  117. 4 fileExtOf=FILEEXTOF
  118. 3 File-variable Operators
  119. 4 someLeft=SOMELEFT
  120. 4 noneLeft=NONELEFT
  121. 4 lineNo=LINENO
  122. 4 linesIn=LINESIN
  123. 4 @=AT
  124. 4 nextLineIn=NEXTLINEIN
  125. 3 Miscellaneous Operators
  126. 4 arg=ARG
  127. 2 Special Variables
  128. 3 true and false=V_TRUEANDFALSE
  129. 3 eof=V_EOF
  130. 3 input (variable)=V_INPUT
  131. 3 output (variable)=V_OUTPUT
  132. 3 line=V_LINE
  133. 3 clipboard=V_CLIPBOARD
  134. 3 afile=V_AFILE
  135. 3 currentDir=V_CURRENTDIR
  136. 3 chosenFile=V_CHOSENFILE
  137. 3 chosenItem=V_CHOSENITEM
  138. 3 nargs=V_NARGS
  139. 3 nextLine=V_NEXTLINE
  140. 3 found=FOUND
  141. 1 Recipes for Writing Programs
  142. 2 The Basics=RECIPES_BASICS
  143. 2 Extracting data from a verbose report=RECIPES_EXTRACTING
  144. 2 Processing files in a directory=RECIPES_SCANNING
  145. 2 Letting the user select files=RECIPES_CHOOSING
  146. 1 Frogbit RUN
  147. 2 Using Frogbit RUN=FROGBITRUN
  148. 1 Frequently Asked Questions (FAQ)
  149. 2 IDE FAQ=FAQ_IDE
  150. 2 General FAQ=FAQ_GENERAL
  151. 1 Legal Issues and Contacts
  152. 2 Legal Stuff=LEGAL
  153. 2 Contacts and Frogbit Online=CONTACTS
  154.