Changeset 31108
- Timestamp:
- Apr 1, 2011, 12:20:06 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/perl/pspsSchema2xml.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/perl/pspsSchema2xml.pl
r31104 r31108 388 388 elsif ($type eq "TFLOAT") {$votType = "float";} 389 389 elsif ($type eq "TDOUBLE") {$votType = "double";} 390 elsif ($type eq "TSTRING") {$votType = "char"; $arraySize = 24;}390 elsif ($type eq "TSTRING") {$votType = "char"; $arraySize = 100;} 391 391 392 392 $votWriter->startTag('FIELD',
Note:
See TracChangeset
for help on using the changeset viewer.
