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 or Go To


Methodology

Command:60
Alpha Alias:Go To
Description:Jumps to the location of the 60.1 (Set Mark) command with the corresponding value.
Data Format: Go To 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:
Go To C ;

No Image Available


Data Description
Command

Go To

Jumps to the location of the 60.1 (Set Mark) command with the corresponding value. Replaces the FIND command from previous versions. Each Go To statement must have a corresponding Set Mark statement.

Place a $ comment in front of the Go To command to deactivate this feature.

Go To only searches forward until fiinding the first Set Mark with a corresponding Value in a data file. It never searches backward.

Value

C

Any unique alpha-numeric value identified by a corresponding Set Mark Value at a subsequent line in the data file.

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:45 AM

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