how to use Tag

how can i use tag in a output script ? if tag category=s2n and value=6
e.g if tag category "s2n" = "6" then u :=7

we are planning a caching trip along a series i wish to set tags for the series caches so i can output them with custom icons for memorymap so they are easy to spot from other caches on the map Many Thanks

function TagValues(Category: string): string;


if GC.TagValues('s2n') = '6' then u := 7;

see http://geoget.ararat.cz/help/geo.TGeo.html

you can see nice simple use in script Stars for starring geocaches like in GMail or another email client.

Many Thanks mikrom , that list will be very handy , it hard to find info when i only speak english Matt

i know, i have same troubles in english :slight_smile:

also useful links, most of it you probably know
http://geoget.ararat.cz/doku.php/user:skripty:functions
http://geoget.ararat.cz/doku.php/user:skripty:variables
http://geoget.ararat.cz/help/geo.TGeo.html