Hi.
I have an app with two procedures so similar to each other, that I probably copied the first one "FactPas", and renamed the second "FactCondBorraNodOfr" (Or maybe they first used global variables and then I changed to arguments, I don't remember by now).
The case is both procedures have several arguments to receive some input data, and their names remained the same ("Lat" and "Lon", short for Latitude and Longitude).
Today I just discovered that If the app first execute one of the procedures, and then the other. The second time it keeps for the arguments the same input data of the procedure executed first, instead of taking the data of the arguments sent to the second procedure.
¿Does someone have experimented something similar?
I'm trying to overcome the issue by renamig the arguments of the second procedure to "Lati" and "Long".
I hope to make a car travel tomorrow and chek if now the app behaves well.
Best regards and happy hollidays.