- Se corrigio condicion para que mande mensaje de error cuando no se especifican coordenadas.

This commit is contained in:
2024-04-25 01:56:26 -06:00
parent c6a5220797
commit d18a1d7fbd
3 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ Sub Process_Globals
' Dim coords As List
' Dim estePunto() As String
Dim error As String = ""
dim msg as string = ""
Dim msg As String = ""
End Sub
Sub AppStart (Args() As String)