# list the names of the first 3 caches in the grid $Data = "" $x = 0 $status = sqlite("sql",$_SqlGrid, "sqlget=0") while not($_sqleol0) $x = $x + 1 $data = $data + sqlget("name",0) + $_CrLf if $x = 3 SqlGetClose Handle=0 Break EndIf sqlnext Handle=0 Endwhile cancel msg=$data |
# list the names of the first 3 caches in the grid $Data = "" $x = 0 $status = sqlite("sql",$_SqlGrid, "sqlget=0") while not($_sqleol) $x = $x + 1 $data = $data + sqlget("name") + $_CrLf if $x = 3 SqlGetClose Break EndIf sqlnext Endwhile cancel msg=$data |