Commit inicial

This commit is contained in:
2024-03-18 19:25:08 -06:00
commit 5a89c50ef2
161 changed files with 26070 additions and 0 deletions

View 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