
Quote from joferar333 on April 26, 2022, 4:28 pm@luishp,@asleycruz,@gaev
ESPAÑOL
Tengo este codigo
neoPhpFileWrite "orden.txt" "[NAB.DateShort],[NAB.Time24],[operador],[patente],[tipo],[desauto],[cliente],[celular],[trabajo],[costo],[pago]" true ""
neoPhpFileWrite "caja.txt" "[NAB.DateShort],[NAB.Time24],[operador],[pago],[costo]" true ""
neoPhpFileWrite "cliente.txt" "[cliente],[direccion],[celular],[patente]" true ""If [pago] == "Deuda"
neoPhpFileWrite "deuda.txt" "[NAB.DateShort],[operador],[patente],[tipo],[cliente],[celular],[trabajo],[costo]" true ""
EndIfPero el resultado de cada archivo a medida que se agregan datos es uno a uno todos en la misma linea separados por coma
este es un ejemplo del resultado
4/26/22,franco,KFX478,Automovil,RENZO SAVINI,2317581292Premium25504/26/22,nicolas,TYYU,Automovil,DFGGH,3344Ghjk2300
Como puedo hacer para que al escribir y agregar un dato haga un retorno de carro que me permita obtener el contenido uno por uno en cada linea a media
que se agregan?
ENGLISH
I have this code
neophpfilewrite "order.txt" "[nab.time24], [Operator], [Patent], [Type], [Disauto], [Client], [Cell], [Job], [Cost] , [Payment] "True" "
neophpfilewrite "box.txt" "[nab.time24], [operator], [Payment], [Cost]" TRUE ""
NEOPHPFILEWRITE "Client.txt" "[Client], [Direction], [Cell], [Patent]" TRUE ""IF [Payment] == "Debt"
neophpfilewrite "debt.txt" "[Nab.Dateshort], [Operator], [Patent], [Type], [Client], [Cell], [Work], [Cost]" TRUE ""
Endif.But the result of each file as data is added is one to one all in the same line separated by comma
This is an example of the result
4/26 / 22, Franco, KFX478, Automovil, Renzo Savini, 2317581292Premium25504 / 26/22, Nicolas, Tyyu, Automovil, Dfggh, 3344GhJK2300
How can I do so that when writing and adding a data, do a carriage return that allows me to get the content one by one in each line to average
What are you added?
ESPAÑOL
Tengo este codigo
neoPhpFileWrite "orden.txt" "[NAB.DateShort],[NAB.Time24],[operador],[patente],[tipo],[desauto],[cliente],[celular],[trabajo],[costo],[pago]" true ""
neoPhpFileWrite "caja.txt" "[NAB.DateShort],[NAB.Time24],[operador],[pago],[costo]" true ""
neoPhpFileWrite "cliente.txt" "[cliente],[direccion],[celular],[patente]" true ""
If [pago] == "Deuda"
neoPhpFileWrite "deuda.txt" "[NAB.DateShort],[operador],[patente],[tipo],[cliente],[celular],[trabajo],[costo]" true ""
EndIf
Pero el resultado de cada archivo a medida que se agregan datos es uno a uno todos en la misma linea separados por coma
este es un ejemplo del resultado
4/26/22,franco,KFX478,Automovil,RENZO SAVINI,2317581292Premium25504/26/22,nicolas,TYYU,Automovil,DFGGH,3344Ghjk2300
Como puedo hacer para que al escribir y agregar un dato haga un retorno de carro que me permita obtener el contenido uno por uno en cada linea a media
que se agregan?
ENGLISH
I have this code
neophpfilewrite "order.txt" "[nab.time24], [Operator], [Patent], [Type], [Disauto], [Client], [Cell], [Job], [Cost] , [Payment] "True" "
neophpfilewrite "box.txt" "[nab.time24], [operator], [Payment], [Cost]" TRUE ""
NEOPHPFILEWRITE "Client.txt" "[Client], [Direction], [Cell], [Patent]" TRUE ""
IF [Payment] == "Debt"
neophpfilewrite "debt.txt" "[Nab.Dateshort], [Operator], [Patent], [Type], [Client], [Cell], [Work], [Cost]" TRUE ""
Endif.
But the result of each file as data is added is one to one all in the same line separated by comma
This is an example of the result
4/26 / 22, Franco, KFX478, Automovil, Renzo Savini, 2317581292Premium25504 / 26/22, Nicolas, Tyyu, Automovil, Dfggh, 3344GhJK2300
How can I do so that when writing and adding a data, do a carriage return that allows me to get the content one by one in each line to average
What are you added?
Quote from Gaev on April 27, 2022, 2:54 am@joferar333
I do not have any experience with the neoPhp plugin commands ... however, in response to your enquiry about ...
How can I do so that when writing and adding a data I make a carriage return that allows me to get the content one by one in each line to medium
what are added?... I suggest that you try and add \n at the end of your content e.g.
neoPhpFileWrite "order.txt" "[NAB. DateShort],[NAB. Time24],[operator],[patent],[type],[unauthorized],[customer],[cellular],[work],[cost],[payment]\n" true ""... as this character combo is the way to indicate a new line in non-Windows systems.
I do not have any experience with the neoPhp plugin commands ... however, in response to your enquiry about ...
How can I do so that when writing and adding a data I make a carriage return that allows me to get the content one by one in each line to medium
what are added?
... I suggest that you try and add \n at the end of your content e.g.
neoPhpFileWrite "order.txt" "[NAB. DateShort],[NAB. Time24],[operator],[patent],[type],[unauthorized],[customer],[cellular],[work],[cost],[payment]\n" true ""
... as this character combo is the way to indicate a new line in non-Windows systems.

Quote from joferar333 on April 27, 2022, 3:25 amthank @gaev new found Ok!!!!!
El problema ha sido resuelto con este aporte.
thank @gaev new found Ok!!!!!
El problema ha sido resuelto con este aporte.