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
100 or Label


Methodology

Command:100
Alpha Alias:Label
Description:Prints a string of text in the computation printout
Data Format: 100 Any Text ;
Problem: Given a closed boundary. Print a line of text describing the boundary in the print out.
Solution:
100 Deed closure for John Doe, DB 10 Pg. 230 ;

No Image Available


Data Description
Command

100

Prints a string of text in the computation printout. Double quotes are not used with this command.

Any Text

Deed closure
for John Doe,
DB 10 Pg 230

Any string of text desired to be printed in the computation printout for describing the data.

Be sure to close this command with a semi-colon. If you do not, the program reads to the next semi-colon and will possibly include a computing command in the text string instead of processing the computation.

Note: In previous versions of iPOGO, this command was a simple text string delimited by double qoutes. This version formalizes the iPOGO language to include two commands for text strings, the 100 command and the /**/ command. If multiple line text is required, use the command '/* your text string */ '. This new text string alternative spans multiple lines and prints the text exactly as formatted by the user. See the example data file for an example.

End Command

;

All commands end with a semi-colon.


Example Command File
$ Example data set for the 100 (Label) command 
$    and the /**/ command

$ Set the points
  0 1 0 0 ;
  1 2 1 -1 45 30 0 100
        -2 44 30 0 100
        -3 45 30 0 100
        -4 44 30 0 100 ;
        
$ Setup feature codes with 
$  cmd  feature, layer, color, style, thickness
  15.1    DD    DOES_DEED   7      1       1 ;

$ Turn plot on
  91 ;

$ print out a text header for the output 
$    of this data using the /**/ command

/* 
                    + -------------------------------+
                    | Deed Closures for Project 123  |
                    |      City Boundary Survey      |
                    |      03/31/2000  Surveyor      |
                    + -------------------------------+
*/

$ Activate the L1 feature
  15 DD ;

     $ Print out a text label in the output window 
     $    using the 100 command
       100 Deed closure for John Doe, DB 10 Pg 230 ;

           $ inverse the lot closure
             7 1 1 -4 1 ;


Help for this command was last updated: 06/28/2000 12:34:28 AM

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