#*******************************************
# MacVersion = 0.1
# MacDescription = Cache mit Fokus als gefunden markieren
# MacAuthor = RSKBerlin
# MacFileName = MarkFound.gsk
# MacUrl = http://127.0.0.1
#*******************************************
GOSUB Name=MakeFound
BEGINSUB Name=MakeFound
$d_Found = true
IF $d_Symbol = "Geocache"
$d_Symbol = "Geocache Found"
ENDIF
ENDSUB
#*******************************************
# MacVersion = 0.2
# MacDescription = Cache mit Fokus als gefunden markieren
# MacAuthor = RSKBerlin
# MacFileName = MarkFound.gsk
# MacUrl = http://127.0.0.1
#*******************************************
GOSUB Name=MakeFound
BEGINSUB Name=MakeFound
TRANSACTION Action=Begin
$d_Found = true
IF $d_Symbol = "Geocache"
$d_Symbol = "Geocache Found"
ENDIF
TRANSACTION Action=End
ENDSUB
Weil mir das im Endeffekt mehr Arbeit macht. Ich habe Coins, die ich mit mir rumschleppe:Ich mache mal die Gebetsmühle: Warum loggt Ihr nicht aus GSAK heraus?
aufWolke7 schrieb:Hallo,
das ist ja kompliziert, ich merke schon, damit muss ich mich noch mal besser beschäftigen.
Meinst du das so:
#*******************************************
# MacVersion = 0.1
# MacDescription = Cache mit Fokus als gefunden markieren
# MacAuthor = RSKBerlin
# MacFileName = MarkFound.gsk
# MacUrl = http://127.0.0.1
#*******************************************
GOSUB Name=MakeFound
BEGINSUB Name=MakeFound
transaction action=begin
$d_Found = true
IF $d_Symbol = "Geocache"
$d_Symbol = "Geocache Found"
transaction action=end
ENDIF
ENDSUB
Dann funktioniert das Macro nicht mehr.
Könntest du mir bitte den gesamten Text schicken, den ich in das macro einfügen soll.
LG
Ute