mirror of
https://github.com/KeymonSoft/AdditionalLibs.git
synced 2026-04-20 04:39:17 +00:00
Commit inicial
This commit is contained in:
6
B4A/Snippets/logJobDone.txt
Normal file
6
B4A/Snippets/logJobDone.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
For Each records() As Object In $resultado$.Rows
|
||||
LogColor($"====== ${$resultado$.Tag} - REGISTROS = ${$resultado$.Rows.Size}"$, Colors.RGB(215,37,0))
|
||||
For Each k As String In $resultado$.Columns.Keys
|
||||
LogColor(k & " = " & records($resultado$.Columns.Get(k)), Colors.RGB(215,37,0))
|
||||
Next
|
||||
Next
|
||||
Reference in New Issue
Block a user