@@ -366,8 +366,10 | |||||
366 | # No newline at end of file |
|
366 | # | |
367 | #Genera los archivos postscript No newline at end of file |
|
367 | #Genera los archivos postscript | |
368 | # |
|
368 | # | |
No newline at end of file |
|
369 | var_n_files = var_n # Numero del ultimo archivo .dat creado | ||
369 | var_n_files = var_n |
|
No newline at end of file | ||
No newline at end of file |
|
370 | var_n = 0 # Se reinicia a cero y se usa para poder acceder a cada una de los archivos | ||
370 | var_n = 0 No newline at end of file |
|
No newline at end of file | ||
|
371 | ||||
|
No newline at end of file | ||||
|
372 | # Se leen todos los archivos .dat creados para crear las etiquetas en los archivos .ps No newline at end of file | |||
371 | for var_n in range(0, var_n_files+1): No newline at end of file |
|
373 | for var_n in range(0, var_n_files+1): | |
372 | print var_n No newline at end of file |
|
374 | print var_n | |
373 | #se agregan los ceros necesarios No newline at end of file |
|
375 |
General Comments 0
You need to be logged in to leave comments.
Login now