Hi Jaime,
The problem is that tiemposUniformesArticulo2022.txt is imported as a list of String. Use this instead
tiemposUniformesArticulo2022.txt
String
t = Import["tiemposUniformesArticulo2022.txt", "List"] // ToExpression; meanis4RVAB = Import["meanis4RV_AB.txt", "List"];
Thanks for the answer. Ir is very helpful.