Angelo2449
Guest
Hello everyone,
I have this inconvenience:
nice file produced, stringaris is broken in 2 with an interline :
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
the magenta residence - via sanchioli 20013 magenta mi# building 18#street pergolesi 7 - 20014 nerve#second#s4#apartment 4#kitchen#su
#35.36
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I don't understand why.
Thank you.
I have this inconvenience:
Code:
(setq suptots (rtos suptotale 2 2))
(setq stringaris (strcat subject "," building "," address "," floor "," scale "," unitimm "," environment "," category "," suptots))
(princ "\n")
(princ "stringaris xxxxxxxxxxxxxxxxxxxxxxxxxxxxx)
(princ stringaris)
(princ "\n")
(setq suptotale nil)
(setq titoio (strcat building floor unitimm)
(setq fp1 (open "c:\\calcmill\\result\\\titolo.dat" "a"))
(write-line stringaris fp1)
(close fp)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
the magenta residence - via sanchioli 20013 magenta mi# building 18#street pergolesi 7 - 20014 nerve#second#s4#apartment 4#kitchen#su
#35.36
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I don't understand why.
Thank you.