Hello Erel
Excellent the new version makes it easier work and in applications with many lines of code is easier to refine.
I'm trying to compile without optimize but gives me an error that I gave earlier.
Sub Import_ati
fichero="\atipicas.dbf"
'********************ordenes de principio app
' FileOpen(c1,"prueba.txt",cwrite,,cascii)
' xDBF = fncALLTRIM()
xDBF = fncALLTRIM(args())
'
with version 6.3 and optimize the compilation did not give error.
_______________________
Error compiling program.
error CS0103
Line: xDBF= fncALLTRIM(arg())
___________________________
I am using the code of an application made by
Massimo "db2000."
Regards,
Manu
Excellent the new version makes it easier work and in applications with many lines of code is easier to refine.
I'm trying to compile without optimize but gives me an error that I gave earlier.
Sub Import_ati
fichero="\atipicas.dbf"
'********************ordenes de principio app
' FileOpen(c1,"prueba.txt",cwrite,,cascii)
' xDBF = fncALLTRIM()
xDBF = fncALLTRIM(args())
'
with version 6.3 and optimize the compilation did not give error.
_______________________
Error compiling program.
error CS0103
Line: xDBF= fncALLTRIM(arg())
___________________________
I am using the code of an application made by
Massimo "db2000."
Regards,
Manu