iPOGO
Home FAQs Center Help Manual Development Contact Us
Help Manual

Computing Groups
0) Store Points
1) Bearing Comps
2) Angle Comps
3) Brg-Brg Intx
4) Brg-Dist Intx
5) Dist-Dist Intx
10) Rotation/Scale
11) RW Alignments
12) Cul De Sacs
13) Fillets
16) Road Alignments
17) Corner Utilities
18) Translation
19) Adjust Closures
36) Best Fit Solutions
60) Special Areas
900) Sub Commands

Printing Groups
7) Inverse
9) List Coords
15) Define Features
31) Station Os Curve
32) Station Os Tan
40) Stakeout
70) Road Stationing

Utilities Groups
90) Miscellaneous
Legal Notices How to Use This Manual Message Board

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

iPOGO V5 Help Manual On-Line, Copyright © 1994-2002 POGO Partnership, LLP. All Rights Reserved.