05.09.2017, 00:09
You need to escape strings (anything which isn't an integer (which is a number, such as 1, or 394832 for which you use %d) or a floating point variable (such as 180.0000 for which you use %f)). So, in your code, only the Name (Nombre) is a string, because a name is a string of text like Dello, or Luke_James.