Help Manual
|
iPOGO V5 Help Manual On-Line |
Group: Command: |
90) Miscellaneous 60.1 or Set Mark |
Methodology
|
| Command: | 60.1 |
| Alpha Alias: | Set Mark |
| Description: | Specifies a unique point in a data file corresponding to a preceding 60 (Go To) statement. |
| Data Format: | Set Mark Value ; |
| Problem: | A computing file contains Sections A, B, and C of a subdivision's closure computations. Print only the closures for Section C. |
| Solution: |
Set Mark C ; |
No Image Available
Data Description
Command
| Set Mark
| Sets a unique location for the 60 (Go To) command with the corresponding value. Replaces the Find command line number functionality from previous versions. Each Go To statement must have a corresponding Set Mark statement.
This function does not have to be deactivated.
|
Value
| C
| Any unique alpha-numeric value identified by a corresponding Go To statement that precedes the Set Mark.
|
End Command
| ;
| All commands end with a semi-colon.
|
Example Command File
$ Example data file for 60 (Go To) and
$ 60.1 (Set Mark) commands
$ activate a Go To statement by changing the $
$ Go To A;
$ Go To B;
Go To C;
Set Mark A;
100 Section A closures ;
Go To TheEnd;
Set Mark B;
100 Section B closures ;
Go To TheEnd;
Set Mark C;
100 Section C closures ;
Go To TheEnd;
Set Mark TheEnd;
100 End of file;
Help for this command was last updated: 06/28/2000 12:34:53 AM
|