iPOGO
Home FAQs Center Help Manual Development Contact Us
Development

Status
RESOLVED
FUTURE
 
CodeModule
DXFIN
DXFOUT
IMPORT
MAIN
MBD
TRAV
WHIP!
 
Legal Notices   Message Board

iPOGO Development Center Report #96

#96 IMPORT - Resolved - Old cmd file import has errors where 15.2=""
BugNo 96
CodeModule IMPORT
Status Resolved
Title Old cmd file import has errors where 15.2=""
Description In the vb version, the 15.2 cmd ("repeating header") was set to null by using a zero length string denoted by "". This version reads thru the zero length string and tries to use the next line of data as the 15.2 parameters. This throws an error into the new cmd file.
Comments Example:
$===========
$ old file format
4300 7,434 2339 879 2349 2338 1060.1 2339 0
4302 -7,435 877 878 879 2339 1060.1 877 0
4304 15.2 ""
100 $feature=CL,centerline,7
4002 "STREET CENTERLINE"
4004 7,1,1621,1620.1,553,1620.1,1622,0
290 7 651 5379 5385 5384 5378 250.1 5379 0
288 -7 652 5207 5267 5385 5379 250.1 5207 0
100 $feature=def
290 15.2 ""
290 "OPEN"
292 7 1 871 572 870 587 585 582 596 5397 -5392 5391 2070.1
296 2075 5340 5325 2050.1 5326 5332 871 0

$=====================
$ new file format from import
7 434 2339 879 2349 2338 1060.1 2339;
-7 435 877 878 879 2339 1060.1 877;
15.2
"$feature=CL";
$$IMPORT ERROR ! $ 15.2 ""
100 STREET CENTERLINE;
7 1 1621 1620.1 553 1620.1 1622;
7 651 5379 5385 5384 5378 250.1 5379;
-7 652 5207 5267 5385 5379 250.1 5207;
15 def;
15.2
""OPEN";
$$IMPORT ERROR ! $ 15.2 ""
7 1 871 572 870 587 585 582 596 5397 -5392 5391 2070.1
2075 5340 5325 2050.1 5326 5332 871;
FiledBy set
FiledDate 02/25/2000
ResolvedDate 02/28/2000
Resolution -
VersionNo 4.0 Beta
iPOGO V5 Help Manual On-Line, Copyright © 1994-2002 POGO Partnership, LLP. All Rights Reserved.