Elaboro un archivo por medio de otro, utilizando FWRITE(nHand, MiCadena ) para mandar a imprimir, pero todas las letras acentuadas me las pone con signos extraños, cómo lo podre resolver? alguna idea? (No encuentro si ya tocaron este tópico, no lo encuentro)
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Hello everyone!
Elaborated a file by another, using F_WRITE (Nhand, MyString) to send to print, but all accented letters puts me with strange signs, how I will be able to solve? any ideas? (I find if I touched this topic, I can not find)
Ej:
Code: Select all
@ 60,30 PRINT 'NÚMERO DE CLIENTES ' FONT 'Arial' SIZE 12
@ 100,30 PRINT 'DELEGACIÓN O MUNICIPIO ' FONT 'Arial' SIZE 12
@ 110,30 PRINT 'CÓDIGO POSTAL ' FONT 'Arial' SIZE 12
@ 125,30 PRINT 'DELEGACIÓN O MUNICIPIO ' FONT 'Arial' SIZE 12
@ 135,30 PRINT 'CÓDIGO POSTAL ' FONT 'Arial' SIZE 12
@ 140,30 PRINT 'PAÃS ' FONT 'Arial' SIZE 12
@ 155,30 PRINT 'TELÉFONO PARTICULAR ' FONT 'Arial' SIZE 12
@ 160,30 PRINT 'TELÉFONO CELULAR ' FONT 'Arial' SIZE 12
@ 190,30 PRINT 'CRÉDITO/DÃAS ' FONT 'Arial' SIZE 12
@ 195,30 PRINT 'MONTO DE CRÉDITO ' FONT 'Arial' SIZE 12
@ 200,30 PRINT 'FORÃNEO ' FONT 'Arial' SIZE 12
@ 205,30 PRINT 'NOTAS ' FONT 'Arial' SIZE 12