; Test script 2 ; ; Specify boundaries of coordinate space: world 0810000W 0790000W 370000N 390000N ; ; Import some data: import Highland.txt ; ; Record the initial structure of the indices: debug location debug FID ; ; Perform some searches of records in the first file: ; what_is 1487823 what_is 1496110 what_is_at 381402N 0792727W what_is_at 382008N 0792927W ; ; Import some more data: import Bath.txt ; ; Record the modified structure of the indices: debug location debug FID ; ; ; Perform some searches of records in the second file: ; what_is 1499072 what_is 1485876 what_is_at 380514N 0793903W what_is_at 381258N 0794726W ; ; Let's check the pool: debug pool ; ; Exit quit