Descripción: formal parameter "string" is not used in procedure "string"
Causa: A formal parameter was declared in a procedure, but never used.
Acción: Remove the parameter declaration or use it in the procedure.
COMENTARIOS:
No hay comentarios sobre este error.