home *** CD-ROM | disk | FTP | other *** search
Microsoft Windows Help File Content | 1997-02-04 | 3.5 KB | 154 lines |
- :Base Frogbit.hlp
- 1 Overview of Help=OVERVIEW
- 1 What's New in V0.97=WHATSNEW_V097
- 1 Quick Start
- 2 Starting the IDE=QS_STARTIDE
- 2 The IDE Main Window=MAINWINDOW
- 2 Running the Program=QS_RUNNING
- 2 Controlling Program Execution=QS_CONTROLLING
- 2 Tracking Intermediate Results=QS_TRACKING
- 1 Introduction
- 2 Introduction to Frogbit=INTRODUCTION
- 2 Introduction to Commands=INTRO_COMMANDS
- 2 Introduction to Variables=INTRO_VARIABLES
- 2 Introduction to Expressions=INTRO_EXPR
- 1 Examples
- 2 About the Examples=ABOUT_EXAMPLES
- 2 Commands
- 3 copy lines=C_COPYLINES_EXAMPLES
- 3 skip lines=C_SKIPLINES_EXAMPLES
- 3 read=C_READ_EXAMPLES
- 3 write=C_WRITE_EXAMPLES
- 3 input (command)=C_INPUT_EXAMPLES
- 3 reset=C_RESET_EXAMPLES
- 3 output (command)=C_OUTPUT_EXAMPLES
- 3 set=C_SET_EXAMPLES
- 3 if..else..elseif..endif=C_IFETC_EXAMPLES
- 3 do..loop=C_DOETC_EXAMPLES
- 3 for each..next=C_FOREACHETC_EXAMPLES
- 3 leave=C_LEAVE_EXAMPLES
- 3 choose=C_CHOOSE_EXAMPLES
- 3 error=C_ERROR_EXAMPLES
- 3 pause=C_PAUSE_EXAMPLES
- 3 in=C_IN_EXAMPLES
- 3 refresh=C_REFRESH
- 3 status=C_STATUS
- 1 Project Wizard
- 2 Overview=PROJECT_WIZARD
- 2 "Introduction"=PW_01
- 2 "Summary"=PW_02
- 2 "Type of Program"=PW_10
- 2 "Process in Sections - Header"=PW_11
- 2 "Process in Sections - Body"=PW_12
- 2 "Input File"=PW_03
- 2 "Output File"=PW_04
- 2 "Finished"=PW_99
- 1 Reference
- 2 Syntax=SYNTAX
- 2 Commands
- 3 copy lines=C_COPYLINES
- 3 skip lines=C_SKIPLINES
- 3 read=C_READ
- 3 write=C_WRITE
- 3 input (command)=C_INPUT
- 3 reset=C_RESET
- 3 output (command)=C_OUTPUT
- 3 set=C_SET
- 3 if..else..elseif..endif=C_IFETC
- 3 do..loop=C_DOETC
- 3 for each..next=C_FOREACHETC
- 3 leave=C_LEAVE
- 3 choose=C_CHOOSE
- 3 error=C_ERROR
- 3 pause=C_PAUSE
- 3 in=C_IN
- 3 refresh=C_REFRESH
- 3 status=C_STATUS
- 2 Operators
- 3 Operator Priorities=PRIORITIES
- 3 Logical Operators
- 4 and=AND
- 4 or=OR
- 4 not=NOT
- 3 Relational Operators
- 4 <=LESSTHAN
- 4 >=GREATERTHAN
- 4 \==EQUALS
- 4 <>=NOTEQUAL
- 4 contains=CONTAINS
- 4 beginsWith=BEGINSWITH
- 4 endsWith=ENDSWITH
- 4 matches=MATCHES
- 3 String Operators
- 4 &=CONCAT
- 4 |=MERGE
- 4 ||=MULTIMERGE
- 4 trim=TRIM
- 4 without=WITHOUT
- 4 rj=RJ
- 4 lj=LJ
- 4 withAll..replacedBy=WITHALL_REPLACEDBY
- 4 after=AFTER
- 4 before=BEFORE
- 4 except=EXCEPT
- 4 exceptAll=EXCEPTALL
- 4 dlmBy..at=DLMBY_AT
- 4 atIndex..len=ATINDEX_LEN
- 4 asLines=ASLINES
- 4 length=LENGTH
- 3 Arithmetic Operators
- 4 +=PLUS
- 4 -=MINUS
- 4 *=TIMES
- 4 /=DIVIDE
- 3 Filepath-Making Operators
- 4 withDrive=WITHDRIVE
- 4 withDir=WITHDIR
- 4 withFile=WITHFILE
- 4 withExt=WITHEXT
- 4 withDriveDir=WITHDRIVEDIR
- 4 withFileExt=WITHFILEEXT
- 3 Filepath-Breaking Operators
- 4 driveOf=DRIVEOF
- 4 dirOf=DIROF
- 4 fileOf=FILEOF
- 4 extOf=EXTOF
- 4 driveDirOf=DRIVEDIROF
- 4 fileExtOf=FILEEXTOF
- 3 File-variable Operators
- 4 someLeft=SOMELEFT
- 4 noneLeft=NONELEFT
- 4 lineNo=LINENO
- 4 linesIn=LINESIN
- 4 @=AT
- 4 nextLineIn=NEXTLINEIN
- 3 Miscellaneous Operators
- 4 arg=ARG
- 2 Special Variables
- 3 true and false=V_TRUEANDFALSE
- 3 eof=V_EOF
- 3 input (variable)=V_INPUT
- 3 output (variable)=V_OUTPUT
- 3 line=V_LINE
- 3 clipboard=V_CLIPBOARD
- 3 afile=V_AFILE
- 3 currentDir=V_CURRENTDIR
- 3 chosenFile=V_CHOSENFILE
- 3 chosenItem=V_CHOSENITEM
- 3 nargs=V_NARGS
- 3 nextLine=V_NEXTLINE
- 3 found=FOUND
- 1 Recipes for Writing Programs
- 2 The Basics=RECIPES_BASICS
- 2 Extracting data from a verbose report=RECIPES_EXTRACTING
- 2 Processing files in a directory=RECIPES_SCANNING
- 2 Letting the user select files=RECIPES_CHOOSING
- 1 Frogbit RUN
- 2 Using Frogbit RUN=FROGBITRUN
- 1 Frequently Asked Questions (FAQ)
- 2 IDE FAQ=FAQ_IDE
- 2 General FAQ=FAQ_GENERAL
- 1 Legal Issues and Contacts
- 2 Legal Stuff=LEGAL
- 2 Contacts and Frogbit Online=CONTACTS
-