timer status=on table active=logs scope=parent $x = 0 While $x < 100 $x = $x + 1 $d_ltext = "xxxx" endwhile timer status=off |
timer status=on table active=logs scope=parent transaction action=begin $x = 0 While $x < 100 $x = $x + 1 $d_ltext = "xxxx" endwhile transaction action=end timer status=off |
Table Active=Corrected Scope=Parent Addnew $d_kAfterLat = "-32.1345" $d_kAfterLon = "115.7246" |
$p1 = extract($_MacroParms,"~",1) $p2 = extract($_MacroParms,"~",2) $p3 = extract($_MacroParms,"~",3) $msg = "p1=$p1" + $_NewLine + "p2=$p2" + $_NewLine + "p3=$p3" msgok msg=$msg |