I know there are macros on GSAK that will add the Counties to your list but is there a macro that add the Delorme page or is there a macro that will list the caches on a particular Delorme Page based on you input file?
Suggestions
Help
Thanks
For you semi technical folks who can enter a macro, here is one to try:
$updated = GetCounty("2b")
msgok msg=Number of county records updated: $updated
$data = GetPolygon("ub","gsak_Delorme_WI")
msgok msg=Number of Delorme records updated: $data
(Yes, it is really that simple.)
This macro will put the county in the User Data 2 field and the Delorme page (for caches in Wisconsin) in the User Data field for all caches in the current filter. Note that only blank fields will be updated (that is what the “b” in the “2b” and “ub” mean). You can change (or add lines) the WI to another state abbreviation if you like. You can also delete the 2nd and 4th lines if you don’t want to get the message box.
Barry,
I have tried that one but it only gives me one per page, for any page in the selection I have.
By the way nice coin
DeeJay,
For us semi non techies, sorry your over our heads. Just wondering if that could be used for another state, say Illinois. We have done the Wisconsin Delorme and are starting on a new state.
Barry,
I have tried that one but it only gives me one per page, for any page in the selection I have.
By the way nice coin
DeeJay,
For us semi non techies, sorry your over our heads. Just wondering if that could be used for another state, say Illinois. We have done the Wisconsin Delorme and are starting on a new state.