![PSC PT Program Generator Скачать руководство пользователя страница 163](http://html1.mh-extra.com/html/psc/pt-program-generator/pt-program-generator_user-manual_1622614163.webp)
Splitting Records into Two Files
User’s Guide
151
Splitting Records into Two Files
=
When verifying only a part of a record, you can accelerate the process by split-
ting the record into two different files and referencing each file’s index posi-
tion. For example, if you had a file with the following records showing item
numbers and descriptions:
item1, desc1
item2, desc2
item3, desc3
you could divide it into two files as follows:
Instead of searching through both item numbers and descriptions, your pro-
gram could search through
File1
, which contains item numbers only. When
the item number is found, you can use the same index number to find the
matching description in
File2
.
This method is still valid, but no longer recommended since you can use
Wildcards
.
Searching for a Partial Match on page 148
, instead.
File1
File2
item1
desc1
item2
desc2
item3
desc3
2342.book Page 151 Thursday, July 22, 2004 8:35 AM
Содержание PT Program Generator
Страница 1: ...PT Program Generator User s Manual 2342 book Page 0 Thursday July 22 2004 8 35 AM...
Страница 16: ...Introduction 4 PT Program Generator PPG v5 0 NOTES 2342 book Page 4 Thursday July 22 2004 8 35 AM...
Страница 34: ...PPG Application Design 22 PT Program Generator PPG v5 0 NOTES 2342 book Page 22 Thursday July 22 2004 8 35 AM...
Страница 60: ...The PPG Menubar 48 PT Program Generator PPG v5 0 NOTES 2342 book Page 48 Thursday July 22 2004 8 35 AM...
Страница 88: ...Creating Using Nodes 76 PT Program Generator PPG v5 0 NOTES 2342 book Page 76 Thursday July 22 2004 8 35 AM...
Страница 174: ...The PPG Library 162 PT Program Generator PPG v5 0 NOTES 2342 book Page 162 Thursday July 22 2004 8 35 AM...
Страница 180: ...ASCII Hex Conversion Table 168 PT Program Generator PPG v5 0 NOTES 2342 book Page 168 Thursday July 22 2004 8 35 AM...
Страница 194: ...Glossary 182 PT Program Generator PPG v5 0 NOTES 2342 book Page 182 Thursday July 22 2004 8 35 AM...
Страница 203: ...2342 book Page 191 Thursday July 22 2004 8 35 AM...