Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
Result:-First - move the cursor to the first row
Calling Sequence
result:-First( opts )
Parameters
result
-
Result module
'opts
(optional) equation of the form before=boolean
Description
First moves the row cursor maintained within result to the first row of the table.
First accepts one optional argument.
before = boolean
If before is true, then the row cursor is moved to the row before the first row containing data, that is, the same location as when a Result module is created.
First returns true if the new row indicated by the cursor is a row containing data. When called with before=true, First always returns false.
Examples
Create a Result.
Move the row cursor.
Now call First.
First returned true so it is valid to read data from this row.
See Also
Database, Database[Result], Database[Result][GotoRow], Database[Result][Last], Database[Result][Next], Database[Result][Previous], Database[usage]
Download Help Document