# default is "caches" so no need for TABLE command first $msg = "Total Caches = $_Count" + $_NewLine Table Active=Logs Scope=All $msg = $msg + "Total Logs = $_Count" + $_Newline Table Active=Waypoints Scope=All $msg = $msg + "Total child waypoints = $_Count" Pause Msg=$msg |
Goto Position=top while not ($_eol) table active=waypoints scope=parent while not($_eol) if $d_cType = "Parking Area" $d_cFlag = True else $d_cFlag = False EndIf Goto Position=Next EndWhile Table active=caches Goto position=Next EndWhile Goto position=Top |
MacroFlag Type=Clear Range=All Goto Position=Top While not ($_eol) Table Active=Waypoints Scope=Parent while not ($_eol) if $d_cType = "Parking Area" $d_MacroFlag = True Break EndIf Goto Position=Next EndWhile Table Active=caches Goto position=Next EndWhile Mfilter Where=MacroFlag |